forked from jurteam/mvp-smart-contract
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 793 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
{
"name": "mvp-smart-contract",
"version": "1.0.0",
"description": "This repo will contain the main smart contract for the Jur MVP.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jurteam/mvp-smart-contract.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jurteam/mvp-smart-contract/issues"
},
"homepage": "https://github.com/jurteam/mvp-smart-contract#readme",
"dependencies": {
"bluebird": "^3.5.5",
"ganache-cli": "^6.1.3",
"openzeppelin-solidity": "^1.10.0",
"truffle": "^4.1.11"
},
"devDependencies": {
"web3": "^1.0.0-beta.36"
}
}