-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.01 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.01 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
{
"name": "netatmo",
"version": "0.0.1",
"description": "Netbeast plugin to control netatmo welcome camera",
"main": "index.js",
"logo": "logo.png",
"netbeast": {
"bootOnLoad": false,
"type": "plugin",
"settings": true
},
"dependencies": {
"async": "^1.4.2",
"body-parser": "^1.14.0",
"chai": "^3.2.0",
"commander": "^2.8.1",
"express": "^4.13.3",
"fs": "0.0.2",
"http": "0.0.0",
"mocha": "^2.3.2",
"moment": "^2.12.0",
"morgan": "^1.6.1",
"netatmo": "^1.4.0",
"netbeast": "^1.0.2",
"request": "^2.62.0",
"socket.io": "^1.3.7"
},
"devDependencies": {},
"scripts": {
"test": "node test.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/netbeast/netatmo"
},
"keywords": [
"iot",
"netbeast",
"plugin"
],
"author": "pablo@netbeast.co",
"license": "GPL 3",
"bugs": {
"url": "https://github.com/netbeast/netatmo/issues"
},
"homepage": "https://netbeast.co"
}