forked from OpenSOC/opensoc-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.48 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
{
"name": "opensoc-ui",
"version": "0.0.0",
"description": "OpenSOC Portal",
"main": "index.js",
"private": true,
"scripts": {
"test": "make test",
"seed": "make seed"
},
"repository": {
"type": "git",
"url": "git://github.com/OpenSOC/opensoc-ui.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OpenSOC/opensoc-ui/issues"
},
"homepage": "https://github.com/OpenSOC/opensoc-ui",
"dependencies": {
"async": "^0.9.0",
"bcrypt": "^0.7.8",
"bluebird": "^1.2.4",
"checkit": "^0.2.0-pre",
"connect": "^2.16.2",
"connect-flash": "^0.1.1",
"connect-redis": "^2.0.0",
"express": "^4.2.0",
"jade": "^1.3.1",
"kappa": "^0.14.3",
"lodash": "^2.4.1",
"lusca": "^1.0.0",
"passport": "^0.2.0",
"passport-ldapauth": "^0.2.0",
"passport-local": "^1.0.0",
"redis": "^0.10.2",
"ws": "^0.4.31",
"xxhashjs": "0.0.5",
"http-proxy": "1.3.0",
"cookie-parser": "~1.3.2",
"body-parser": "~1.6.5",
"cookie-session": "~1.0.2",
"xml-stream": "~0.4.4"
},
"devDependencies": {
"chai": "^1.9.1",
"chance": "^0.5.6",
"glob": "^3.2.9",
"grunt": "^0.4.4",
"grunt-bowercopy": "^1.0.0",
"istanbul": "^0.2.7",
"karma": "^0.12.14",
"karma-coverage": "^0.2.1",
"karma-mocha": "^0.1.3",
"karma-osx-reporter": "0.0.4",
"karma-sinon-chai": "^0.1.5",
"mocha": "^1.19.0",
"sinon": "^1.9.1",
"supertest": "^0.11.0"
}
}