-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.04 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
38
39
40
41
{
"name": "crowdsource",
"version": "1.0.0",
"description":
"A decentralized crowd funding campaign site built for the Ethereum platform.",
"main": "index.js",
"scripts": {
"test": "mocha",
"dev": "node server.js",
"start": "NODE_ENV=production node server.js",
"build": "next build",
"heroku-postbuild": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daj757/crowdSource.git"
},
"author": "Danny",
"license": "ISC",
"bugs": {
"url": "https://github.com/daj757/crowdSource/issues"
},
"homepage": "https://github.com/daj757/crowdSource#readme",
"dependencies": {
"async": "^2.6.0",
"fs-extra": "^5.0.0",
"ganache-cli": "^6.0.3",
"gen": "^1.7.1",
"micro": "latest",
"mocha": "^5.0.1",
"next": "^4.1.4",
"next-routes": "^1.3.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"semantic-ui-react": "^0.78.2",
"solc": "^0.4.20",
"to": "^0.2.9",
"truffle-hdwallet-provider": "^0.0.3",
"web3": "^1.0.0-beta.30"
}
}