forked from project-ubin/ubin-quorum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.05 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
{
"name": "ubin-rest",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "set DEBUG=ubin-rest:* && nodemon --exec \"babel-node\" server/index.js"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-loader": "^6.2.4",
"babel-preset-env": "^1.6.0",
"eslint": "^4.8.0",
"eslint-config-airbnb-base": "^12.0.1",
"eslint-plugin-import": "^2.7.0",
"nodemon": "^1.12.1",
"solidity-sha3": "^0.4.1",
"solc": "^0.3.6",
"js-sha3": "^0.6.1",
"chalk": "^2.1.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"crypto": "^1.0.1",
"csprng": "^0.1.2",
"debug": "^2.6.9",
"enum": "^2.4.0",
"express": "^4.16.1",
"fs": "0.0.1-security",
"jssha": "^2.3.1",
"log4js": "^2.3.7",
"moment": "^2.18.1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"truffle-artifactor": "^2.1.4",
"truffle-contract": "^2.0.5",
"uuid": "^3.1.0",
"web3": "^0.18.2",
"web3admin": "^0.4.4"
}
}