-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 950 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
{
"name": "openalias",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bitcore-lib": "github:encrypt-s/bitcore-lib",
"bitcore-message": "github:encrypt-s/bitcore-message",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"ejs": "^2.5.9",
"express": "^4.16.3",
"fs": "0.0.1-security",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"request-promise-native": "^1.0.5",
"util": "^0.11.0"
},
"devDependencies": {
"eslint": "^5.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matt-auckland/openalias-register.git"
},
"bugs": {
"url": "https://github.com/matt-auckland/openalias-register/issues"
},
"homepage": "https://github.com/matt-auckland/openalias-register#readme"
}