-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 922 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
36
37
38
39
40
41
{
"name": "@godsflaw/crucible",
"version": "1.0.14",
"description": "a decentralized commitment contract",
"main": "index.js",
"files": [
"build",
"index.js"
],
"repository": {
"type": "git",
"url": "[email protected]:godsflaw/crucible.git"
},
"directories": {
"test": "test"
},
"scripts": {
"development": "./scripts/noop",
"staging": "./scripts/noop",
"production": "./scripts/noop",
"deploy": "./scripts/deploy",
"test": "./scripts/run_tests"
},
"author": {
"name": "Christopher Mooney",
"email": "[email protected]",
"url": "https://github.com/godsflaw"
},
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"truffle-assertions": "^0.4.0"
},
"dependencies": {
"node-vault": "^0.6.1",
"openzeppelin-solidity": "^1.10.0",
"truffle-hdwallet-provider": "0.0.6",
"web3": "^0.18.4",
"zos-lib": "^1.4.1"
}
}