-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 842 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
{
"name": "version-utility",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server.js",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^0.5.2",
"axios": "^0.18.0",
"bigchaindb-driver": "^4.1.0",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"fs": "0.0.1-security",
"helmet": "^3.13.0",
"moment": "^2.22.2",
"mongodb": "^3.1.1",
"mongoose": "^5.4.17",
"morgan": "^1.9.1",
"node-uuid": "^1.4.8",
"path": "^0.12.7",
"typeable": "^2.4.1",
"winston": "^3.0.0",
"winston-daily-rotate-file": "^3.3.0"
},
"devDependencies": {
"nodemon": "^1.18.3"
}
}