This repository was archived by the owner on Nov 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.24 KB
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
49
50
{
"name": "MEWT",
"version": "1.0.0",
"description": "MyEtherWallet Token",
"scripts": {
"test": "scripts/test.sh",
"console": "truffle console",
"coverage": "scripts/coverage.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/DonorToken/MEWT.git"
},
"keywords": [
"MEWT",
"donortoken",
"donorcoin",
"solidity",
"ethereum",
"smart",
"contracts",
"security",
"zeppelin"
],
"author": "DonorToken",
"license": "MIT",
"bugs": {
"url": "https://github.com/DonorToken/MEWT/issues"
},
"homepage": "http://MEWT.DonorToken.com",
"devDependencies": {
"DonorToken": "github:DonorToken/DonorToken",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.0.0",
"chai-bignumber": "^2.0.0",
"coveralls": "^2.13.1",
"ethereumjs-testrpc": "^4.1.3",
"ethereumjs-util": "^5.1.2",
"mocha-lcov-reporter": "^1.3.0",
"solidity-coverage": "^0.2.6",
"truffle": "^3.4.9",
"truffle-hdwallet-provider": "0.0.3",
"zeppelin-solidity": "github:OpenZeppelin/zeppelin-solidity"
}
}