-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 755 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 755 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
35
{
"name": "sdchain-explorer",
"version": "1.0.0",
"description": "sdchain-explorer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"sdchain"
],
"author": "am",
"license": "Apache-2.0",
"dependencies": {
"bignumber.js": "^8.0.1",
"connect-history-api-fallback": "^1.5.0",
"koa": "^2.5.2",
"koa-bodyparser": "^4.2.1",
"koa-json": "^2.0.2",
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
"koa2-cors": "^2.0.6",
"node-cache": "^4.2.0",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"winston": "^2.3.1"
},
"bin": "index.js",
"pkg": {
"assets": [
"public/**/*"
]
}
}