forked from iwasaki-kenta/canteen
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1 KB
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
{
"name": "canteen",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "babel-node --presets=env,stage-2 --plugins=transform-runtime index.js",
"deploy": "babel-node --presets=env,stage-2 --plugins=transform-runtime deploy.js",
"test": "truffle test",
"console": "truffle console"
},
"dependencies": {
"bignumber.js": "^4.0.4",
"dockerode": "^2.5.3",
"express": "^4.16.2",
"ipfs": "^0.27.7",
"lodash": "^4.17.5",
"orbit-db": "^0.19.4",
"swim": "^0.5.0",
"web3": "^1.0.0-beta.30"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"browserify": "~14.3.0",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"chai-bignum": "^1.0.0",
"chai-bignumber": "^2.0.1",
"mocha": "^3.5.0",
"truffle": "^4.0.4",
"web3-utils": "^1.0.0-beta.29",
"zeppelin-solidity": "1.6.0"
}
}