-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.95 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "musereum-contracts",
"version": "0.0.1",
"description": "",
"main": "truffle.js",
"directories": {
"test": "test"
},
"dependencies": {
"babel-plugin-root-import": "^5.1.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.3.13",
"babel-register": "^6.26.0",
"chai": "^4.0.2",
"chai-as-promised": "^7.0.0",
"chai-bignumber": "^2.0.0",
"coveralls": "^2.13.1",
"eslint": "^4.11.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"ethereumjs-testrpc": "^6.0.1",
"ethereumjs-util": "^5.1.2",
"ethers": "^2.2.6",
"ganache-cli": "^6.0.3",
"mocha-lcov-reporter": "^1.3.0",
"sol-merger": "^0.1.2",
"solidity-coverage": "^0.4.3",
"solium": "^1.1.2",
"truffle": "^4.0.6",
"truffle-hdwallet-provider": "0.0.3",
"truffle-hdwallet-provider-privkey": "^0.1.0",
"zeppelin-solidity": "^1.7.0"
},
"devDependencies": {},
"scripts": {
"test": "scripts/test.sh",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:sol": "solium -d .",
"lint:sol:fix": "solium -d . --fix",
"lint:all": "npm run lint && npm run lint:sol",
"lint:all:fix": "npm run lint:fix && npm run lint:sol:fix",
"console": "truffle console",
"coverage": "scripts/coverage.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/musereum/musereum-contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/musereum/musereum-contracts/issues"
},
"homepage": "https://github.com/musereum/musereum-contracts#readme"
}