-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 940 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 940 Bytes
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
{
"name": "nuBox",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha tests/**/*.js --exit",
"start": "node app.js",
"build": "grunt"
},
"author": "Robin Thomas",
"license": "MIT",
"devDependencies": {
"acorn": "^6.1.1",
"grunt": "^1.0.3",
"grunt-browserify": "^5.3.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-eslint": "^21.0.0",
"grunt-run": "^0.8.1",
"mocha": "^6.0.2"
},
"dependencies": {
"base-58": "0.0.1",
"cors": "2.8.5",
"crypto": "^1.0.1",
"ethereumjs-util": "^6.1.0",
"express": "^4.16.4",
"ipfs-http-client": "29.1.1",
"jsonwebtoken": "^8.5.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
"mysql": "^2.16.0",
"node-fetch": "^2.3.0",
"path": "^0.12.7",
"url": "^0.11.0",
"web3": "1.0.0-beta.46"
}
}