forked from arkime/arkime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.46 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": "moloch",
"version": "1.0.0",
"description": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/aol/moloch.git"
},
"dependencies": {
"async": "^2.5.0",
"axios": "^0.19.0",
"body-parser": "^1.18.2",
"bson": "^1.0.5",
"clean-webpack-plugin": "^2.0.1",
"connect-timeout": "^1.7.0",
"console-stamp": "^0.2.2",
"cryptiles": ">=4.1.2",
"csv": "^5.1.3",
"elasticsearch": "^15.4.1",
"express": "^4.16.1",
"font-awesome": "^4.7.0",
"fstream": "^1.0.12",
"glob": "^7.1.2",
"helmet": "^3.21.0",
"hoek": "^4.2.1",
"iniparser": "http://github.com/awick/node-iniparser/tarball/master",
"ioredis": "^4.14.1",
"lodash": "^4.17.13",
"lodash.template": "^4.5.0",
"lru-cache": "^4.0.1",
"moment": "^2.19.1",
"morgan": "^1.9.1",
"native-dns": "^0.7.0",
"natives": "^1.1.6",
"notifme-sdk": "^1.9.2",
"on-headers": "^1.0.1",
"pug": "^2.0.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"sortablejs": "^1.7.0",
"splunk-sdk": "^1.9.0",
"sqlite3": "^4.0.2",
"stylus": "^0.54.5",
"unzip": "^0.1.11",
"uuidv4": "^5.0.1",
"vue": "^2.6.10",
"vue-axios": "^2.1.2",
"vue-moment": "^4.0.0",
"vue-router": "^3.0.2",
"vue-server-renderer": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.0.1"
},
"scripts": {},
"devDependencies": {},
"optionalDependencies": {}
}