-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 1014 Bytes
/
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
{
"name": "drct_standard",
"version": "1.0.0",
"description": "Dynamic Rate Cash Transaction (DRCT) Tokens are standardized contracts for trading risk and hedging exposure to underlying reference rates.",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"bip39": "^2.5.0",
"ethereumjs-wallet": "^0.6.0",
"node-fetch-polyfill": "^2.0.6",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^1.0.0-beta.36",
"web3-provider-engine": "^13.5.0"
},
"devDependencies": {
"dotenv": "^6.0.0",
"truffle-flattener": "^1.2.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DecentralizedDerivatives/DRCT_standard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DecentralizedDerivatives/DRCT_standard/issues"
},
"homepage": "https://github.com/DecentralizedDerivatives/DRCT_standard#readme"
}