-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.39 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
{
"name": "@xlnt/meirl",
"version": "1.0.0",
"description": "Counterfactual Self-Sovereign Identity on ZeppelinOS with Gnosis Safe",
"main": "index.js",
"scripts": {
"test": "run-with-testrpc -i 1 -l 8000000 -d 'truffle test'",
"ganache": "ganache-cli --deterministic -l 8000000",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XLNT/meirl.git"
},
"keywords": [
"ethereum"
],
"author": "Matt Condon <[email protected]> (http://mat.tc)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/XLNT/meirl/issues"
},
"homepage": "https://github.com/XLNT/meirl#readme",
"devDependencies": {
"bn.js": "^4.11.8",
"chai": "^4.1.2",
"chai-bignumber": "^2.0.2",
"eslint": "^5.4.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-prettier": "^2.6.2",
"eth-lib": "^0.2.8",
"ganache-cli": "^6.1.6",
"gnosis-safe": "github:gnosis/safe-contracts#development",
"lodash": "^4.17.10",
"number-to-bn": "^1.7.0",
"openzeppelin-solidity": "https://github.com/openzeppelin/openzeppelin-solidity#964bc4044a58faf9fecc041d1bdd5e07de3a6c4f",
"pify": "^3.0.0",
"prettier": "^1.14.2",
"rlp": "^2.1.0",
"run-with-testrpc": "^0.3.0",
"truffle": "^4.1.14",
"web3": "^1.0.0-beta.35",
"web3-utils": "^1.0.0-beta.36",
"zos-lib": "^1.4.1"
}
}