-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 965 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
{
"name": "rosi-faucet",
"version": "0.5.0",
"description": "ROSI Payment System - IOTA Faucet for Early Testers",
"main": "server.js",
"dependencies": {
"formidable": "^1.2.2",
"iota.lib.js": "^0.5.2",
"request": "^2.88.2",
"rosi-walletserver": "git+https://github.com/brunnerm4x/rosi-walletserver.git"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-faucet": "node server.js",
"start-wallet": "node wallet_server.js"
},
"config": {
"port": "10020",
"txAmount": "5000",
"usewalletserver": "http://localhost:10021",
"wsport": "10021"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brunnerm4x/rosi-faucet.git"
},
"author": "Maximilian Brunner",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/brunnerm4x/rosi-faucet/issues"
},
"homepage": "https://github.com/brunnerm4x/rosi-faucet#readme"
}