-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "@spectre/faucet",
"version": "0.3.14",
"description": "spectre-faucet",
"scripts": {
"start": "node spectre-faucet"
},
"main": "spectre-faucet.js",
"authors": [
{
"name": "Spectre Developers",
"discord": "https://discord.spectre-network.org/"
}
],
"dependencies": {
"@aspectron/flow-http": ">=0.2.4",
"@aspectron/flow-router": "aspectron/flow-router",
"@aspectron/flow-utils": ">=0.1.1",
"@aspectron/flow-ux": "1.1.1",
"@spectre/grpc": "github:spectre-project/spectre-grpc",
"@spectre/grpc-node": "github:spectre-project/spectre-grpc-node",
"@spectre/wallet": "github:spectre-project/spectre-wallet",
"@spectre/wallet-worker": "github:spectre-project/spectre-wallet-worker",
"@webcomponents/webcomponentsjs": "*",
"colors": "*",
"commander": "^6.2.1",
"cookie": "*",
"cookie-signature": "*",
"decimal.js": "^10.2.1",
"express": "4.17.1",
"express-session": "1.17.1",
"node-fetch": "^2.6.6",
"sockjs": "*",
"sockjs-client": "*",
"ws": "^7.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spectre-project/node-spectre-faucet"
},
"license": "ICS",
"private": true
}