-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
38 lines (38 loc) · 855 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
{
"name": "iota-pm",
"version": "1.1.0",
"description": "An IOTA IRI peer manager",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"iota",
"peer"
],
"author": "Akash Goswami",
"license": "MIT",
"dependencies": {
"async": "^2.5.0",
"express": "^4.15.3",
"express-basic-auth": "^1.1.1",
"gentelella": "^1.3.0",
"iota.lib.js": "^0.4.2",
"jsonfile": "^4.0.0",
"minimist": "^1.2.0",
"restler": "^3.4.0",
"socket.io": "^2.0.3"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/akashgoswami/ipm.git"
},
"bin": {
"iota-pm": "./index.js"
},
"bugs": {
"url": "https://github.com/akashgoswami/ipm/issues"
},
"homepage": "https://github.com/akashgoswami/ipm#readme"
}