-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 803 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 803 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": "dzariusz",
"version": "1.0.0",
"description": "DZariusz Personal Contract",
"main": "truffle-config.js",
"directories": {
"test": "test"
},
"dependencies": {
"bluebird": "^3.5.1",
"es6": "0.0.7",
"eslint-plugin-import": "^2.13.0",
"truffle-hdwallet-provider": "0.0.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^5.1.0",
"eth-gas-reporter": "^0.1.10",
"truffle": "^3.4.11",
"truffle-wallet-provider": "0.0.5",
"web3": "^1.0.0-beta.34"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dariusz Zacharczuk",
"license": "ISC"
}