forked from technologiespro/xbts-faucet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 899 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
35
36
37
38
39
40
41
42
43
44
{
"name": "nodejs-faucet",
"version": "0.0.2",
"description": "NodeJS BitShares Faucet",
"author": "technologiespro",
"homepage": "https://github.com/technologiespro/nodejs-faucet",
"contributors": [
"technologiespro"
],
"private": true,
"license": "MIT",
"engines": {
"node": ">=10.x",
"npm": ">=6.x",
"yarn": ">=0.21.3"
},
"repository": {
"type": "git",
"url": "git://github.com/technologiespro/nodejs-faucet"
},
"keywords": [
"nodejs",
"bitshares",
"xbts",
"faucet",
"bts",
"registration"
],
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"axios": "^0.19.2",
"btsdex": "^0.7.3",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"http-errors": "~1.6.3",
"jsonfile": "^6.0.1",
"level": "^6.0.1",
"morgan": "~1.9.1",
"pug": "^3.0.0"
}
}