-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
48 lines (48 loc) · 1.34 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": "known-origin-contracts",
"version": "1.0.0",
"description": "",
"scripts": {
"download-ipfsdata": "node ./scripts/ipfs/download-all-ipfs-data.js",
"coverage": "test/coverage.sh",
"test/contracts": "GAS_REPORTER=true test/test_truffle.sh",
"test": "npm run test/contracts",
"lint": "eslint --ext .js src test/unit"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/knownorigin/known-origin-contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/knownorigin/known-origin-contracts/issues"
},
"homepage": "https://github.com/knownorigin/known-origin-contracts#readme",
"dependencies": {
"moment": "^2.24.0",
"truffle-plugin-verify": "^0.3.5"
},
"devDependencies": {
"lodash": "^4.17.15",
"bluebird": "^3.5.1",
"bn-chai": "^1.0.1",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.2",
"eslint": "^3.19.0",
"memory-streams": "^0.1.3",
"file-matcher": "^1.3.0",
"eth-gas-reporter": "^0.2.12",
"ethjs": "^0.4.0",
"ganache-cli": "^6.7.0",
"ipfs-api": "^18.1.1",
"mocha": "^6.2.2",
"openzeppelin-solidity": "^1.12.0",
"solidity-coverage": "^0.6.7",
"truffle": "^5.1.0",
"truffle-flattener": "^1.4.2",
"truffle-hdwallet-provider": "^1.0.5"
}
}