-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "@trusttoken/trusttokens",
"version": "0.1.8",
"description": "",
"main": "index.js",
"scripts": {
"test": "./test.sh",
"coverage": "./coverage.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trusttoken/trusttokens.git"
},
"author": "William Morriss",
"license": "SEE LICENSE IN ./LICENSE",
"bugs": {
"url": "https://github.com/trusttoken/trusttokens/issues"
},
"files": [
"contracts"
],
"dependencies": {
"@openzeppelin/contracts": "^3.0.1",
"@trusttoken/registry": "0.1.2",
"openzeppelin-solidity": "2.4.0",
"wjm-airswap-swap": "5.0.1"
},
"homepage": "https://github.com/trusttoken/trusttokens#readme",
"devDependencies": {
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "6.26.0",
"ganache-cli": "6.8.1",
"ganache-time-traveler": "^1.0.11",
"solidity-coverage": "^0.7.0",
"truffle": "5.1.11",
"truffle-hdwallet-provider": "0.0.3",
"web3": "1.2.2"
}
}