This repository was archived by the owner on Aug 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.37 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.37 KB
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
{
"name": "elephas",
"version": "0.1.12",
"description": "Some added sugar on top of express to give our our some sensible defaults and a little structure.",
"main": "elephas.js",
"scripts": {
"test": "jest"
},
"author": "atridge.dcosta@bigdatr.com",
"license": "BSD",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.10.1",
"chalk": "^1.0.0",
"compression": "^1.3.0",
"connect-redis": "^2.1.0",
"connect-timeout": "^1.5.0",
"cookie-parser": "^1.3.3",
"es6-promise": "^1.0.0",
"express": "^4.10.7",
"express-flash": "0.0.2",
"express-session": "^1.10.0",
"helmet": "^0.4.2",
"kafka-node": "^0.2.14",
"lodash": "^2.4.1",
"moment": "^2.8.4",
"multer": "^0.1.7",
"node-hipchat": "^0.4.5",
"node-statsd": "^0.1.1",
"recursive-readdir": "^1.2.0",
"winston": "^0.8.3",
"winston-kafka-transport": "^0.1.4"
},
"devDependencies": {
"jest": "^0.1.37",
"jest-cli": "^0.1.18"
},
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
},
"keywords": [
"express"
],
"repository": {
"type": "git",
"url": "https://github.com/bigdatr/elephas.git"
},
"bugs": {
"url": "https://github.com/bigdatr/elephas/issues"
},
"homepage": "https://github.com/bigdatr/elephas"
}