-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1010 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
30
31
32
33
34
35
{
"name": "depositcontract",
"version": "1.0.0",
"description": "* EnviormentOps contains the instructions for building the environment after pulling the repository. There is no need to do these steps more than once on each computer. * Do not save any private keys on this repository.",
"main": "routes.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"start": "node server.js",
"dev": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eitan-Lev/DepositContract.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Eitan-Lev/DepositContract/issues"
},
"homepage": "https://github.com/Eitan-Lev/DepositContract#readme",
"dependencies": {
"fs-extra": "^7.0.0",
"ganache-cli": "^6.1.8",
"mocha": "^5.2.0",
"next": "^4.1.4",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"solc": "^0.4.25",
"truffle": "^4.1.14",
"web3": "^1.0.0-beta.35"
}
}