-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 859 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 859 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
{
"name": "@digix/lite-dgx-contract",
"version": "1.0.1",
"description": "Wrapper contract for Digix Gold Token (DGX)",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "bash scripts/unit-test.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DigixGlobal/lite-dgx-contract.git"
},
"dependencies": {
"openzeppelin-solidity": "1.8.0",
"@digix/solidity-core-libraries": "^0.2.3",
"@digix/helpers": "^1.0.0",
"awaiting": "^3.0.0",
"ethereumjs-testrpc": "^3.9.2",
"ganache-cli": "6.1.0",
"solc": "^0.4.16",
"truffle": "4.1.14"
},
"author": "DigixGlobal",
"license": "ISC",
"bugs": {
"url": "https://github.com/DigixGlobal/lite-dgx-contract/issues"
},
"homepage": "https://github.com/DigixGlobal/lite-dgx-contract#readme"
}