forked from timelapseplus/VIEW
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.34 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "VIEW",
"version": "0.1.4",
"main": "main.js",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"apds-gesture": "git://github.com/elijahparker/apds-gesture",
"async": "latest",
"bcrypt": "latest",
"bodyparser": "latest",
"epeg": "^0.7.0",
"express": "~4.0",
"fast-boot": "^1.0.7",
"gphoto2": "elijahparker/node-gphoto2",
"gpio-button": "^0.2.0",
"gps": "^0.2.0",
"jpeg-lum": "latest",
"jpeg-size": "0.0.1",
"linux-gpio": "timelapseplus/node-linux-gpio",
"meeusjs": "git://github.com/timelapseplus/MeeusJs",
"moment": "^2.17.1",
"mysql": "latest",
"noble": "^1.3.0",
"node-bulb": "elijahparker/node-bulb",
"node-cleanup": "^2.1.2",
"node-serialize": "0.0.4",
"nodeimu": "latest",
"request": "latest",
"rootpath": "latest",
"segfault": "^0.3.0",
"sensor_tsl2561": "latest",
"serialport": "latest",
"sharp": "latest",
"sony-camera": "0.0.6",
"spawn-sync": "latest",
"speaker": "^0.3.0",
"sqlite3": "^3.1.6",
"suncalc": "^1.8.0",
"udev": "^0.1.5",
"uid": "0.0.2",
"underscore": "latest",
"usb": "^1.2.0",
"wget-improved": "^1.5.0",
"wireless": "elijahparker/node-wireless",
"ws": "^0.8.1"
},
"devDependencies": {
"mocha": "latest"
},
"scripts": {
"test": "make test"
}
}