-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 931 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
{
"name": "huecontrol",
"version": "1.0.0",
"description": "Control Philips HUE using leap motion",
"main": "app.js",
"scripts": {
"tsc": "tsc",
"huecontrol": "ts-node ./src/app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stefangeyer/huecontrol.git"
},
"author": "Stefan Geyer",
"license": "MIT",
"bugs": {
"url": "https://github.com/stefangeyer/huecontrol/issues"
},
"homepage": "https://github.com/stefangeyer/huecontrol#readme",
"dependencies": {
"commonjs": "0.0.1",
"cryptiles": "^4.1.3",
"cylon": "^1.3.0",
"cylon-hue": "^0.7.0",
"cylon-leapmotion": "^0.21.0",
"hawk": "^7.0.10",
"hoek": "^6.1.3",
"mime": "^2.4.6",
"qs": "^6.9.4",
"request": "^2.88.2",
"rxjs": "^6.6.2",
"tunnel-agent": "^0.6.0",
"ws": "^7.3.1"
},
"devDependencies": {
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
}
}