forked from ni-c/heimcontrol.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 680 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 680 Bytes
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
{
"name": "heimcontrol.js",
"version": "0.0.1",
"private": false,
"repository": {
"type": "git",
"url": "git://github.com/ni-c/heimcontrol.js.git"
},
"scripts": {
"start": "node heimcontrol.js"
},
"dependencies": {
"express": "= 3.4.7",
"connect": "= 2.12.0",
"jade": "= 0.35.0",
"mongodb": "= 1.3.23",
"requirejs": "= 2.1.9",
"amdefine": "= 0.1.0",
"socket.io": "= 0.9.16",
"node-conf": "= 0.0.6",
"rasp2c": "= 0.0.1",
"cookie": "= 0.1.0",
"pi-gpio": "= 0.0.2",
"ping": "= 0.1.7",
"wake_on_lan": "= 0.0.3",
"delivery": "= 0.0.3",
"duino": "ni-c/duino#master",
"piswitch": "^1.0.3"
}
}