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
27 lines (27 loc) · 738 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 738 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
{
"name": "PiPowerMeter",
"version": "1.0.1",
"description": "raspberry pi power meter using CS5463 chip dependencies",
"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#4f3d415db6a7f61ef044d9d6ff74de67bc4d7658"
},
"config":{
"unsafe-perm":true
},
"scripts": {
"postinstall": "/bin/bash ./install.sh"
},
"engines": { "node": ">=0.10.28" }
}