forked from arkime/arkime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 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
{
"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.18.0",
"body-parser": "^1.18.2",
"bson": "^1.0.5",
"connect-timeout": "^1.7.0",
"console-stamp": "^0.2.2",
"cryptiles": ">=4.1.2",
"csv": "^1.1.0",
"elasticsearch": "^15.1.1",
"express": "^4.16.1",
"font-awesome": "^4.7.0",
"glob": "^7.1.2",
"hoek": "^4.2.1",
"iniparser": "http://github.com/awick/node-iniparser/tarball/master",
"lru-cache": "^4.0.1",
"moment": "^2.19.1",
"morgan": "^1.9.1",
"native-dns": "^0.7.0",
"notifme-sdk": "^1.9.2",
"on-headers": "^1.0.1",
"pug": "^2.0.0",
"redis": "^2.6.2",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"sortablejs": "^1.7.0",
"splunk-sdk": "^1.8.3",
"sqlite3": "^4.0.2",
"stylus": "^0.54.5",
"unzip": "^0.1.11",
"vue": "^2.5.16",
"vue-axios": "^2.1.2",
"vue-moment": "^4.0.0",
"vue-router": "^3.0.1",
"vue-server-renderer": "^2.5.13",
"vue-template-compiler": "^2.5.2",
"vuex": "^3.0.1"
},
"scripts": {},
"devDependencies": {},
"optionalDependencies": {}
}