-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.37 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
42
43
44
45
46
47
48
{
"name": "m76xxsim",
"description": "A simulator for a recloser is an automatic, high-voltage electric switch. Like a circuit breaker on household electric lines, it shuts off electric power when trouble occurs, such as a short circuit.",
"version": "1.0.2",
"engine": {
"node": "v6.14.4"
},
"keywords": [],
"author": "tubber",
"license": "MIT",
"private": true,
"scripts": {
"start": "NODE_ENV=production node ./bin/www",
"devstart": "NODE_ENV=development PORT=8081 nodemon ./bin/www --trace-warnings",
"test": "NODE_ENV=development PORT=8081 nyc --reporter=html --reporter=text mocha"
},
"repository": {
"type": "git",
"url": "git+https://bitbucket.org/tbircek/m76xxsim.git"
},
"dependencies": {
"async": "^2.6.1",
"compression": "^1.7.3",
"dev-ip": "^1.0.1",
"express": "^4.16.4",
"express-validator": "^5.3.0",
"helmet": "^3.15.0",
"http-errors": "^1.7.1",
"jsmodbus": "^3.1.0",
"lcd": "^2.0.4",
"morgan": "^1.9.1",
"onoff": "3.2.2",
"pug": "^2.0.3",
"serve-favicon": "^2.5.0",
"winston": "^3.1.0",
"winston-timer": "^0.1.0"
},
"devDependencies": {
"mocha": "^6.0.2",
"nodemon": "^1.18.6",
"nyc": "^13.3.0"
},
"homepage": "https://bitbucket.org/tbircek/m76xxsim#readme",
"main": "/var/lib/cloud9/m76xxsim/bin/www",
"directories": {
"test": "test"
}
}