-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "rest-cloud",
"version": "1.4.1",
"private": true,
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "nyc mocha --require babel-core/register --timeout 5000"
},
"engines": {
"node": ">=10.3.0"
},
"dependencies": {
"axios": "^0.18.0",
"bitbox-cli": "^1.4.0",
"bitcoin-txdecoder": "0.0.3",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.3",
"debug": "~2.6.3",
"dotenv": "^4.0.0",
"elasticsearch": "^13.0.1",
"express": "~4.15.5",
"express-basic-auth": "^1.1.3",
"express-rate-limit": "^2.11.0",
"helmet": "^3.12.1",
"jade": "~1.11.0",
"mongoose": "^4.10.5",
"morgan": "~1.8.1",
"mqtt": "^2.8.0",
"pg": "^6.2.3",
"pg-hstore": "^2.3.2",
"request": "^2.87.0",
"sequelize": "^3.30.4",
"serve-favicon": "~2.4.2",
"socket.io": "^2.1.1",
"swagger-stats": "^0.95.6",
"zeromq": "^4.6.0"
},
"devDependencies": {
"chai": "^4.1.2",
"node-mocks-http": "^1.7.0",
"nodemon": "^1.18.1",
"nyc": "^11.6.0"
}
}