forked from crjens/PiPowerMeter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 728 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 728 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
{
"name": "PiPowerMeter",
"version": "1.0.1",
"description": "raspberry pi power meter",
"author": "Craig Jensen",
"license": "BSD",
"dependencies": {
"sqlite3": ">=3.0.2",
"twilio": ">=1.7.0",
"express": ">=4.9.7",
"body-parser": ">=1.9.0",
"serve-favicon": ">=2.1.5",
"method-override": ">=2.2.0",
"on-finished": ">=2.1.0",
"basic-auth": ">=1.0.0",
"universal-analytics": ">=0.3.8",
"mqtt": ">=1.4.1",
"cs5463": "crjens/cs5463",
"CS5490": "crjens/CS5490",
"child-process": "^1.0.2"
},
"config":{
"unsafe-perm":true
},
"scripts": {
"postinstall": "/bin/bash ./install.sh"
},
"engines": { "node": ">=0.10.28" }
}