forked from tagyoureit/nodejs-Pentair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 KB
/
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
39
40
41
{
"name": "nodejs-pentair",
"version": "1.0.1",
"description": "NodeJS program to read and write to the Pentair serial bus.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "mocha && mocha test --require blanket --reporter doc > coverage.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tagyoureit/nodejs-Pentair.git"
},
"keywords": [
"Pentair"
],
"author": "Russ Goldin",
"license": "ISC",
"bugs": {
"url": "https://github.com/tagyoureit/nodejs-Pentair/issues"
},
"homepage": "https://github.com/tagyoureit/nodejs-Pentair#readme",
"dependencies": {
"bootstrap": "^3.3.7",
"dateformat": "^1.0.12",
"dequeue": "^1.0.5",
"express": "^4.14.0",
"jquery-ui-dist": "^1.12.1",
"nanotimer": "^0.3.14",
"net": "latest",
"request": "^2.75.0",
"serialport": "^4.0.1",
"socket.io": "^1.4.8",
"winston": "^2.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.2"
}
}