forked from shopglobal/turtlecoin-api-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 995 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 995 Bytes
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": "turtlecoin-api-proxy",
"version": "0.6.0",
"description": "Provides an easy to use proxy interface for interacting with multiple TurtleCoin Nodes",
"main": "turtlecoin-api-proxy.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brandonlehmann/turlecoin-api-proxy.git"
},
"author": "Brandon Lehmann <brandonlehmann@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/brandonlehmann/turlecoin-api-proxy/issues"
},
"homepage": "https://github.com/brandonlehmann/turlecoin-api-proxy#readme",
"dependencies": {
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"express": "^4.16.3",
"helmet": "^3.12.0",
"node-cache": "^4.1.1",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"sqlite3": "^4.0.0",
"turtlecoin-blockexplorer-cache": "^0.6.11",
"turtlecoin-rpc": "^0.5.4"
},
"devDependencies": {
"standard": "^11.0.1"
}
}