-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.38 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
53
54
55
56
57
58
{
"name": "hyperledger-explorer",
"version": "0.3.3",
"description": "hyperledger-explorer",
"private": true,
"main": "main.js",
"keywords": [
"fabric-client sample app",
"v1.1.1 fabric nodesdk sample"
],
"engines": {
"node": "^8.11.2",
"npm": "^5.10.0"
},
"dependencies": {
"ajv": "^5.5.2",
"app-root-path": "^2.0.1",
"asn1.js": "^5.0.1",
"body-parser": "^1.17.2",
"child_process": "^1.0.2",
"co": "^4.6.0",
"compression": "^1.7.2",
"convert-hex": "^0.1.0",
"ejs": "^2.5.6",
"enum": "^2.5.0",
"express": "^4.15.3",
"express-fileupload": "^0.4.0",
"fabric-ca-client": "^1.1.2",
"fabric-client": "^1.1.2",
"fast-stats": "0.0.3",
"http-status-codes": "^1.3.0",
"js-sha256": "^0.9.0",
"log4js": "^0.6.38",
"multer": "^1.3.0",
"pg": "^7.4.1",
"platform": "^1.3.5",
"prettyjson": "^1.2.1",
"stomp-broker-js": "^0.1.3",
"stompjs": "^2.3.3",
"swagger-ui-express": "^3.0.9",
"sync-request": "^6.0.0",
"winston": "^2.2.0",
"ws": "^5.1.1",
"xd-synchttp": "^0.3.3"
},
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-react": "^7.10.0"
},
"scripts": {
"lint": "eslint",
"test": "standard"
}
}