forked from nooblucker/hueSimulator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 880 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
{
"name": "hue-simulator",
"description": "Simulate a philips hue bridge light system",
"keywords": [
"hue",
"bridge",
"simulator",
"philips"
],
"license": "MIT",
"author": "Sven Riecker <sven@nooblucker.de>",
"version": "0.0.8",
"dependencies": {
"express": "3.x"
},
"engines": {
"node": ">=0.8.x",
"npm": "1.2.x"
},
"readmeFilename": "README.md",
"main": "bridge.js",
"scripts": {
"start": "node ./bin/hue-simulator",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nooblucker/hueSimulator"
},
"bugs": "https://github.com/nooblucker/hueSimulator/issues",
"preferGlobal": "true",
"bin": {
"hue-simulator": "./bin/hue-simulator"
}
}