forked from wyvernprotocol/wyvern-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.27 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
43
{
"name": "wyvern-v3",
"version": "3.1.0",
"description": "Wyvern Protocol v3.1, Ethereum implementation",
"main": "index.js",
"scripts": {
"analyze": "scripts/analyze.sh",
"flatten": "scripts/flatten.sh",
"compile": "scripts/compile.sh",
"coverage": "scripts/coverage.sh",
"test": "scripts/test.sh",
"lint": "scripts/lint.sh",
"testrpc": "scripts/testrpc.sh"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/wyvernprotocol/wyvern-v3.git"
},
"author": "Wyvern Protocol Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/wyvernprotocol/wyvern-v3/issues"
},
"homepage": "https://github.com/wyvernprotocol/wyvern-v3#readme",
"devDependencies": {
"coveralls": "3.0.2",
"ganache-cli": "6.2.5",
"ganache-core": "2.3.3",
"openzeppelin-solidity": "2.1.1",
"solidity-coverage": "https://github.com/wyvernprotocol/solidity-coverage.git",
"solium": "1.2.2",
"standard": "12.0.1",
"truffle": "5.0.1",
"truffle-flattener": "^1.3.0",
"web3": "1.0.0-beta.37"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
"ethereumjs-testrpc-sc": "https://github.com/leapdao/testrpc-sc.git#master",
"lodash": "^4.17.14",
"truffle-hdwallet-provider": "^1.0.6"
}
}