-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 962 Bytes
/
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
{
"name": "smartlighting",
"version": "0.0.0",
"description": "a smart light control system as web service featuring Philips Hue API and synaptic.js",
"main": "index.js",
"scripts": {},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "https://github.com/ansteh/smartlighting.git"
},
"keywords": [
"lighting",
"control system",
"web service"
],
"author": "Andre Stehle",
"license": "MIT",
"bugs": {
"url": "https://github.com/ansteh/smartlighting/issues"
},
"dependencies": {
"brain-pact": "^1.0.1",
"cron": "^1.1.0",
"express": "^4.13.4",
"got": "^6.3.0",
"load-json-file": "^2.0.0",
"lodash": "^4.11.2",
"lowdb": "^0.12.5",
"mock-realtime": "0.0.10",
"moment": "^2.13.0",
"philips-hue": "^1.1.11",
"random-js": "^1.0.8",
"socket.io": "^1.4.6",
"synaptic": "^1.0.2",
"write-json-file": "^2.0.0"
},
"devDependencies": {}
}