-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.47 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.47 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "b9-throttled-faucet",
"version": "0.2.0",
"description": "B9lab's Throttled Faucet",
"scripts": {
"lint": "eslint ./",
"build": "webpack",
"dev": "webpack-dev-server --host 0.0.0.0",
"test-debug": "./node_modules/.bin/mocha --inspect-brk",
"lintsol": "./node_modules/.bin/solium --dir ./contracts/"
},
"author": "Douglas von Kohorn",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.4",
"eslint": "^4.18.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.3.1",
"eth-gas-reporter": "0.0.12",
"ethereumjs-testrpc": "^3.9.2",
"html-webpack-plugin": "^2.29.0",
"http-server": "^0.11.1",
"json-loader": "^0.5.4",
"mocha": "^3.4.2",
"solium": "^0.5.4",
"style-loader": "^0.13.2",
"truffle-contract": "^1.1.11",
"web3": "^0.18.4",
"webpack": "^2.6.1",
"webpack-dev-server": "^3.1.11"
},
"dependencies": {
"bignumber.js": "^4.0.2",
"bluebird": "^3.5.0",
"bluebird-retry": "^0.11.0",
"jquery": "^3.5.0",
"truffle": "3.4.6"
}
}