-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 876 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
{
"name": "node-red-contrib-unofficial-sense",
"version": "1.2.5",
"description": "Unofficial Sense API implimentation for Node-Red (Home energy Monitoring)",
"main": "sense.js",
"scripts": {
"test": "npm test"
},
"node-red": {
"nodes": {
"unofficial-sense": "sense.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/blandman/node-red-unofficial-sense.git"
},
"keywords": [
"Node-Red",
"node-red",
"Sense",
"API",
"Home",
"Energy"
],
"author": "Brandon Martin",
"license": "MIT",
"bugs": {
"url": "https://github.com/blandman/node-red-unofficial-sense/issues"
},
"homepage": "https://github.com/blandman/node-red-unofficial-sense#readme",
"dependencies": {
"unofficial-sense": "^1.1.2"
},
"devDependencies": {
"node-red-node-test-helper": "^0.1.8"
}
}