forked from MetaMask/eth-faucet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 845 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
33
34
35
36
37
38
{
"name": "eth-faucet",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"browserify": {
"transform": [
"envify"
]
},
"dependencies": {
"body-parser": "^1.15.2",
"browserify": "^14.1.0",
"cors": "^2.8.1",
"envify": "^4.0.0",
"eth-query": "^2.1.2",
"ethereumjs-tx": "^1.1.2",
"ethereumjs-util": "^5.1.1",
"ethjs-query": "^0.2.6",
"express": "^4.14.0",
"express-rate-limit": "^2.5.0",
"h": "^0.1.0",
"metamascara": "^1.2.2",
"request": "^2.75.0",
"web3": "^1.0.0-beta.20",
"web3-provider-engine": "^13.2.9",
"xhr": "^2.2.2",
"xtend": "^4.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"No tests yet...\"",
"start": "MASCARA_SUPPORT='yes' node server.js"
},
"author": "",
"license": "ISC"
}