forked from tagphi/dif-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.54 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "dif",
"version": "1.0.0",
"description": "Distrubuted invalid traffic filter",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [
"fabric-client hyperledger mma givt"
],
"engines": {
"node": ">=8.11",
"npm": ">=5.6.0"
},
"license": "Apache-2.0",
"dependencies": {
"awesome-bootstrap-checkbox": "^1.0.1",
"base-64": "^0.1.0",
"bloomfilter": "0.0.18",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.3",
"cron": "^1.3.0",
"express": "latest",
"express-async-wrapper": "^0.1.0",
"express-bearer-token": "^2.1.0",
"express-jwt": "^5.1.0",
"express-session": "^1.15.2",
"express-validator": "^5.2.0",
"fabric-ca-client": "1.2.2",
"fabric-client": "1.2.2",
"fabric-shim": "1.2.2",
"forever": "0.15.3",
"fs-extra": "^2.0.0",
"iconv-lite": "^0.4.23",
"ipfs-api": "22.2.2",
"jsonwebtoken": "^7.3.0",
"log4js": "3.0.5",
"mocha": "^4.1.0",
"multer": "latest",
"readline": "^1.3.0",
"request": "latest",
"restify": "latest",
"sinon": "latest",
"superagent": "latest",
"superagent-promise": "latest",
"tar": "^4.4.4",
"uuid": "3.3.2"
},
"standard": {
"ignore": [
"**/out/",
"/public/laydate/",
"/app/test/",
"/public/css/",
"tmp.js"
],
"globals": [
"lay",
"laydate",
"FormData",
"describe",
"beforeEach",
"it",
"app",
"angular",
"sessionStorage",
"alert"
]
}
}