-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 879 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 879 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "iss-gateway",
"description": "ISS Gateway for Domoticz",
"version": "0.0.8",
"author": "Yohann Ciurlik <spawnrider@gmail.com>",
"contributors": [
{
"name": "Yohann Ciurlik",
"email": "spawnrider@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/spawnrider/iss-gateway"
},
"directories": {
"bin": "./bin",
"routes": "./routes"
},
"keywords": [
"Domotic",
"Gateway",
"ImperiHome",
"Domoticz",
"ISS API",
"IoT"
],
"license": "MIT",
"scripts": {
"start": "node ./bin/www"
},
"bin": {
"iss-gateway": "./bin/www"
},
"dependencies": {
"basic-auth": "^1.0.3",
"body-parser": "~1.13.2",
"debug": ">=2.6.9",
"express": "~4.13.1",
"morgan": "~1.6.1",
"nconf": "^0.8.4",
"q": "^1.4.1",
"request-promise": "^2.0.1"
}
}