forked from koktaildotcom/com.p1.smartmeter-dsmr.reader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 758 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
{
"name": "com.p1.smartmeter-dsmr.reader",
"version": "2.0.0",
"description": "Script to parse DSMR data into the com.p1.smartmeter Homey app",
"main": "src/p1.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"p1": "src/p1.js"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koktaildotcom/com.p1.smartmeter-dsmr.reader.git"
},
"author": "Leendert de Kok",
"license": "MIT",
"bugs": {
"url": "https://github.com/koktaildotcom/com.p1.smartmeter-dsmr.reader/issues"
},
"homepage": "https://github.com/koktaildotcom/com.p1.smartmeter-dsmr.reader#readme",
"dependencies": {
"bluebird": "^3.7.2",
"node-dsmr": "^0.1.4",
"node-fetch": "^2.6.1"
}
}