forked from poanetwork/poa-faucet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "poa-network-sokol-faucet",
"version": "1.0.1",
"description": "Sokol tetnet POA Network faucet",
"main": "index.js",
"scripts": {
"start": "npm run sass && npm run coffee && node index.js",
"sass": "gulp sass",
"coffee": "gulp javascript",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "https://git.heroku.com/faucet-sokol.git"
},
"author": "poanetwork",
"license": "MIT",
"dependencies": {
"body-parser": "1.18.3",
"ethereumjs-tx": "1.3.7",
"express": "4.16.4",
"moment": "2.24.0",
"querystring": "0.2.0",
"web3": "^1.0.0-beta.34"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-add-src": "1.0.0",
"gulp-autoprefixer": "6.0.0",
"gulp-cli": "2.0.1",
"gulp-concat": "2.6.1",
"gulp-concat-css": "3.1.0",
"gulp-include": "2.3.1",
"gulp-order": "1.2.0",
"gulp-postcss": "8.0.0",
"gulp-sass": "4.0.2",
"gulp-sass-glob": "1.0.9",
"gulp-uglify": "3.0.1",
"gulp-uglifycss": "1.1.0",
"http-server": "0.11.1"
},
"engines": {
"node": "8.x"
}
}