-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 809 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 809 Bytes
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
{
"name": "@trusttoken/registry",
"version": "0.1.2",
"description": "",
"directories": {
"test": "test"
},
"files": [
"contracts",
"test/helpers"
],
"scripts": {
"test": "truffle run coverage"
},
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/trusttoken/registry.git"
},
"dependencies": {
"openzeppelin-solidity": "2.4.0"
},
"devDependencies": {
"solidity-coverage": "^0.7.0-beta.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"babel-register": "^6.26.0",
"bn.js": "^4.11.8",
"ganache-cli": "6.8.0-istanbul.0",
"truffle": "5.0.44",
"truffle-hdwallet-provider": "0.0.3"
}
}