-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1.18 KB
/
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
36
37
38
39
40
41
42
{
"name": "provable-zeppelin-crowdsale",
"version": "1.0.0",
"description": "A ZeppelinOS example using Provable queries for data-rich smart-contracts!",
"main": "index.js",
"scripts": {
"setup": "npm i && cd client && npm i && cd ../ && npx truffle compile",
"test": "echo \"Error: no test specified\" && exit 1",
"start-blank": "rm -rf client/src && cp -rf barebones/src client/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/provable/provable-zeppelin.git"
},
"keywords": [
"provable",
"zeppelinos",
"openzeppelin",
"truffle",
"react"
],
"author": "Greg Kapka <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/provable/provable-zeppelin/issues"
},
"homepage": "https://github.com/provable/provable-zeppelin#readme",
"dependencies": {
"dotenv": "^6.2.0",
"ethereum-bridge": "^0.6.2",
"openzeppelin-eth": "^2.1.3",
"openzeppelin-solidity": "^2.3.0",
"ramda": "^0.26.1",
"truffle-hdwallet-provider": "^1.0.3",
"web3": "^1.0.0-beta.35",
"zos-lib": "2.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"openzeppelin-test-helpers": "^0.3.0"
}
}