forked from matryx/LA-hacks-2018-nanome-blockchain-challenge
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 772 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
{
"name": "crowdchain",
"version": "1.0.0",
"description": "break prisoner dilemmas with the blockchain",
"main": "setup_script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erichan1/CrowdChain.git"
},
"author": "Alex Cui, Eric Han, Alycia Lee, Erich Liang",
"license": "ISC",
"bugs": {
"url": "https://github.com/erichan1/CrowdChain/issues"
},
"homepage": "https://github.com/erichan1/CrowdChain#readme",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.3",
"ganache-cli": "^6.1.0",
"jquery": "^3.3.1",
"request": "^2.85.0",
"requirejs": "^2.3.5",
"solc": "^0.4.21",
"web3": "^0.20.2"
}
}