forked from OpenSOC/opensoc-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.88 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
73
74
75
76
77
{
"name": "opensoc-ui",
"version": "0.0.15",
"description": "OpenSOC Portal",
"main": "server.js",
"files": [
"bin",
"lib",
"LICENSE",
"README.md",
"server.js"
],
"bin": {
"opensoc-ui": "./bin/cli"
},
"scripts": {
"prepublish": "cd kibana && rm -rf dist && grunt build && cp -rf dist ../lib/static_dist",
"test": "NODE_ENV=TEST ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --check-leaks -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/OpenSOC/opensoc-ui.git"
},
"author": "OpenSOC Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OpenSOC/opensoc-ui/issues"
},
"preferGlobal": true,
"homepage": "https://github.com/OpenSOC/opensoc-ui",
"config": {
"path": ""
},
"dependencies": {
"async": "^0.9.0",
"bcrypt": "^0.7.8",
"bluebird": "^1.2.4",
"checkit": "^0.2.0-pre",
"cluster": "~0.7.7",
"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.11.1",
"cookie-parser": "~1.3.2",
"body-parser": "~1.6.5",
"cookie-session": "~1.0.2",
"xml-stream": "~0.4.4",
"forever": "~0.13.0"
},
"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"
}
}