-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.39 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
44
45
46
47
48
49
50
51
52
{
"name": "bitcoin-rest-api",
"version": "1.0.0",
"description": "bitcoin-rest-api",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"startProd": "NODE_ENV=production pm2 start bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maguayo/bitcoin-rest-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maguayo/bitcoin-rest-api/issues"
},
"homepage": "https://github.com/maguayo/bitcoin-rest-api#readme",
"dependencies": {
"aws-sdk": "^2.180.0",
"body-parser": "~1.18.2",
"chalk": "^2.3.0",
"cookie-parser": "~1.4.3",
"cron-parser": "^2.5.0",
"crypto": "^1.0.1",
"crypto-js": "^3.1.9-1",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "^4.15.5",
"fs": "0.0.1-security",
"googleapis": "^29.0.0",
"html-pdf": "^2.2.0",
"mkdirp": "^0.5.1",
"moment": "^2.20.1",
"morgan": "~1.9.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.3",
"node-bitcoin-rpc": "https://github.com/maguayo/node-bitcoin-rpc/tarball/master",
"node-rest-client": "^3.1.0",
"npm": "^6.0.0",
"path": "^0.12.7",
"readline": "^1.3.0",
"request": "^2.85.0",
"sequelize": "^4.37.6",
"sequelize-auto": "^0.4.29",
"serve-favicon": "~2.4.5",
"socket.io": "^2.1.1",
"string_decoder": "^1.1.1",
"zeromq": "^4.6.0"
}
}