-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 765 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 765 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
30
{
"name" : "dustnode-dustpi-gpio"
, "version" : "0.0.1"
, "author" : "Hannes Hörl <hannes.hoerl@snowreporter.com>"
, "main" : "lib/dustnode.js"
, "description" : "Daemon for reading dust concentration via GPIO"
, "scripts" : {
"start" : "sudo extra/init.sh start"
, "stop" : "sudo extra/init.sh stop"
, "test" : "sh -c 'echo no test by now ; exit 1'"
, "run" : "node lib/dustnet.js"
}
, "engines" : {
"node" : ">=0.8.19"
}
, "license": "MIT"
, "repository": {
"type": "git"
, "url": "https://github.com/hoegaarden/dustnode-dustpi-gpio.git"
}
, "keywords" : [
"dustmap"
, "dust"
, "gpio"
]
, "dependencies" : {
"onoff" : ">=0.1.2"
}
, "readmeFilename" : "README.txt"
}