-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.79 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "bloomen-platform",
"version": "0.3.0",
"private": true,
"config": {
"reset": ""
},
"scripts": {
"start": "node ./bin/www",
"test": "nyc --reporter=text mocha \"./test/*.test.js\" --timeout 120000 --exit",
"reset": "node ./helpers/reset.js",
"clean": "truffle networks --clean & node ./helpers/clean.js",
"ganache": "truffle migrate",
"quorum": "truffle migrate --network quorum",
"alastria": "truffle migrate --network alastria",
"preganache": "npm run clean",
"prequorum": "npm run clean",
"prealastria": "npm run clean",
"postganache": "npm run reset",
"postquorum": "npm run reset",
"postalastria": "npm run reset",
"preinstall": "npm install -g ganache-cli & npm install -g truffle"
},
"dependencies": {
"aws-sdk": "^2.268.1",
"body-parser": "~1.17.1",
"buffer-image-size": "^0.6.4",
"connect-timeout": "^1.9.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.3",
"dotenv": "^6.0.0",
"ethereumjs-util": "^5.2.0",
"express": "~4.15.2",
"express-swagger-generator": "^1.1.13",
"ganache-cli": "^6.1.6",
"jade": "~1.11.0",
"json-stringify-safe": "^5.0.1",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.2.1",
"morgan": "~1.8.1",
"nodemailer": "^4.6.7",
"rimraf": "^2.6.2",
"rxjs": "^6.2.2",
"serve-favicon": "~2.4.2",
"sharp": "^0.20.8",
"solc": "^0.4.24",
"swagger-ui-express": "^3.0.10",
"truffle": "^4.1.14",
"truffle-hdwallet-provider": "0.0.6",
"web3": "^1.0.0-beta.34",
"web3-eth": "^1.0.0-beta.34",
"web3-eth-contract": "^1.0.0-beta.34"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.2.0",
"faker": "^4.1.0",
"mocha": "^5.2.0",
"mockgoose": "^7.3.5",
"nyc": "^13.0.1"
}
}