-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 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
{
"name": "bitcollect",
"version": "1.0.0",
"description": "BitCollect: A decentralized crowdfunding platform based on the Ethereum network",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"@openzeppelin/contracts": "^3.1.0",
"@truffle/contract": "^4.2.12",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"lite-server": "^2.5.4",
"mongodb": "^3.5.9",
"sleep": "^6.3.0",
"truffle-assertions": "^0.9.2"
},
"devDependencies": {
"concurrently": "^5.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "lite-server",
"dev-api": "node web-app/api/manage.js",
"gas-cost": "node Gas-Estimation/gas_estimation.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ferru97/BitCollect.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ferru97/BitCollect/issues"
},
"homepage": "https://github.com/ferru97/BitCollect#readme"
}