forked from circlefin/stablecoin-evm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.37 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
{
"name": "centre-tokens",
"version": "1.0.0",
"description": "Fiat and non-fiat tokens part of the CENTRE network.",
"main": "truffle-config.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"dev": "lite-server",
"truffle-test": "scripts/start-ganache.sh && truffle test",
"test": "scripts/start-ganache.sh && ./node_modules/.bin/solidity-coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/centrehq/centre-tokens.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/centrehq/centre-tokens/issues"
},
"homepage": "https://github.com/centrehq/centre-tokens#readme",
"dependencies": {
"assert-diff": "^1.2.6",
"bignumber.js": "6.0.0",
"ethereumjs-abi": "^0.6.5",
"ethereumjs-tx": "1.3.1",
"g": "^2.0.1",
"ganache-cli": "6.1.0",
"lodash": "^4.17.10",
"mkdirp": "^0.5.1",
"npm": "^6.2.0",
"openzeppelin-solidity": "1.11.0",
"path": "^0.12.7",
"q": "^1.5.1",
"truffle-hdwallet-provider": "^0.0.6",
"zos-lib": "1.3.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"colors": "^1.3.1",
"diff": "^3.5.0",
"googleapis": "^27.0.0",
"lite-server": "^2.4.0",
"mocha": "^5.2.0",
"solidity-coverage": "^0.5.0"
}
}