-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 977 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
{
"name": "damage-report-client-dht",
"version": "1.1.0",
"description": "Reports temperature & humidity data of a DHT sensor to the damage-report service.",
"scripts": {
"start": "node src/index.js | ./node_modules/.bin/bunyan",
"test": "echo \"no test specified\""
},
"bin": {
"damage-report-client-dht": "./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rekhyt/damage-report-client-dht.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/Rekhyt/damage-report-client-dht/issues"
},
"homepage": "https://github.com/Rekhyt/damage-report-client-dht#readme",
"dependencies": {
"bunyan": "^1.8.14",
"bunyan-loggly": "^1.4.2",
"cron": "^3.1.7",
"dotenv": "^8.2.0",
"node-dht-sensor": "^0.4.3",
"onoff": "^6.0.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.9"
},
"devDependencies": {},
"keywords": []
}