-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.11 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.11 KB
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
{
"name": "node_zeptrion-air_api",
"version": "0.0.1",
"description": "Feller /Schneider-Electric Zeptrion Air Library for Node.js",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swissglider/node_zeptrion-air_api.git"
},
"keywords": [
"feller",
"schneider-electric",
"Zeptrion",
"Zeptrion",
"Air",
"api",
"living",
"home",
"automation",
"light"
],
"author": "Swissglider <swissglider@mailschweiz.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/swissglider/node_zeptrion-air_api/issues"
},
"homepage": "https://github.com/swissglider/node_zeptrion-air_api#readme",
"directories": {
"test": "test"
},
"dependencies": {
"axios": "^0.15.3",
"mdns": "^2.3.3",
"q": "^1.4.1",
"traits": "^0.4.0",
"xml2js": "^0.4.17"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-jsdoc": "^2.1.0",
"grunt-jsdoc-to-markdown": "^2.0.0",
"ink-docstrap": "^1.3.0",
"jsdoc": "^3.4.3",
"mocha": "^3.2.0"
}
}