forked from ProjectWyvern/wyvern-ethereum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 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
44
45
46
47
48
{
"name": "wyvern-ethereum",
"version": "1.0.0",
"description": "Wyvern Ethereum Contracts",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@digix/doxity": "^0.5.2",
"bitcoinjs-lib": "^3.3.1",
"bs58check": "^2.1.0",
"ethereumjs-testrpc": "^6.0.3",
"ethereumjs-util": "^5.1.2",
"solium": "^1.0.7",
"truffle": "^4.0.1",
"vorpal": "^1.12.0",
"web3": "1.0.0-beta.18",
"zeppelin-solidity": "^1.4.0"
},
"devDependencies": {},
"scripts": {
"test": "scripts/test.sh",
"develop": "scripts/develop.sh",
"compile": "scripts/compile.sh",
"testrpc": "scripts/testrpc.sh",
"lint": "scripts/lint.sh",
"coverage": "scripts/coverage.sh",
"doc": "scripts/doc.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/protinam/wyvern-ethereum.git"
},
"keywords": [
"wyvern",
"exchange",
"ethereum",
"cryptocurrency",
"token"
],
"author": "Project Wyvern Developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/protinam/wyvern-ethereum/issues"
},
"homepage": "https://github.com/protinam/wyvern-ethereum#readme"
}