-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.28 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": "wheatley",
"preferGlobal": true,
"version": "0.1.0",
"author": "Gilles De Mey <[email protected]>",
"description": "a simple zero-configuration home automation controller",
"contributors": [
{
"name": "Michiel De Mey",
"email": "[email protected]"
},
{
"name": "Seppe Stas",
"email": "[email protected]"
}
],
"scripts": {
"start": "node ./init.js",
"test": "mocha test/",
"predeploy": "echo This will be run before deploying the app",
"postdeploy": "echo This will be run after deploying the app"
},
"keywords": [
"home",
"automation",
"server",
"portal"
],
"dependencies": {
"adaro": "0.1.x",
"dustjs-helpers": "*",
"dustjs-linkedin": "*",
"express": "3.4.x",
"hjs": "*",
"lodash": "^2.4.1",
"lodash-node": "^2.4.1",
"mdns": "^1.1.0",
"moment": "~2.5.1",
"wheatley-formatters": "gillesdemey/wheatley-formatters",
"async": "^0.2.10",
"socket.io": "^0.9.16",
"socket.io-client": "^0.9.16",
"node-sysinfo": "git://github.com/aperturescience/node-sysinfo.git"
},
"analyze": false,
"devDependencies": {
"mocha": "^1.17.1",
"istanbul": "^0.2.6"
},
"bundledDependencies": [],
"license": "MIT",
"engines": {
"node": "0.10.x"
}
}