-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 792 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 792 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": "@thedxnetwork/dx-contracts",
"version": "0.1.0",
"description": "Ethereum smart contracts for the DX Network",
"repository": {
"type": "git",
"url": "https://github.com/thedxnetwork/dx-contracts.git"
},
"author": "The DX Network <info@dx.network>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/thedxnetwork/dx-contracts/issues"
},
"main": "truffle.js",
"scripts": {
"compile": "truffle compile",
"test": "truffle test",
"migrate": "truffle migrate",
"develop": "truffle develop"
},
"devDependencies": {
"bip39": "^2.5.0",
"eth-lib": "^0.2.8",
"ethereumjs-wallet": "^0.6.2",
"truffle": "beta",
"web3": "^1.0.0-beta.36"
},
"engines": {
"node": ">=10.13.0"
},
"dependencies": {}
}