forked from tobiasrask/wmbus-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
35
36
37
38
{
"name": "wmbus-client",
"version": "0.2.6",
"description": "Wireless m-bus client for NodeJS..",
"main": "lib/index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register ./test --recursive",
"compile": "babel --presets env -d lib/ src/",
"prepare": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tobiasrask/wmbus-client.git"
},
"keywords": [
"wm-bus"
],
"author": "Tobias Rask",
"license": "MIT",
"bugs": {
"url": "https://github.com/tobiasrask/wmbus-client/issues"
},
"homepage": "https://github.com/tobiasrask/wmbus-client#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"bitwise-xor": "0.0.0",
"mocha": "^5.2.0",
"moment": "^2.24.0",
"readable-stream": "^2.3.6",
"serialport": "^6.2.2"
},
"dependencies": {
"domain-map": "0.0.8",
"node-crc": "^1.2.2"
}
}