forked from pilwon/node-ultimate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.87 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
{
"name": "ultimate",
"description": "Dependency library for `ultimate-seed`.",
"version": "0.0.1",
"license": "MIT License",
"author": "Manish Wadhwani <[email protected]>",
"contributors": [
"Manish Wadhwani <[email protected]> (https://github.com/manishrw)",
"Pilwon Huh <[email protected]> (https://github.com/pilwon)",
"Brian Park <[email protected]> (https://github.com/yaru22)"
],
"homepage": "https://github.com/manishrw/node-ultimate",
"repository": {
"type": "git",
"url": "git://github.com/manishrw/ultimate-medibox.git"
},
"keywords": [
"ultimate", "ultimate-seed", "elasticsearch"
],
"dependencies": {
"elasticsearch": "^8.0.1",
"colors": "~0.6.2",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.3.3",
"connect-redis": "~1.4.6",
"debug": "~0.7.4",
"express": "~3.3.8",
"express-validator": "~0.7.0",
"express3-handlebars": "~0.5.0",
"glob": "~3.2.7",
"lodash": "~3.10.0",
"mongoose": "~3.6.20",
"mongoose-findorcreate": "~0.1.2",
"mongoose-timestamp": "~0.1.1",
"mongoose-types": "~1.0.3",
"mongoskin": "~0.6.0",
"passport": "~0.1.17",
"passport-facebook": "~0.1.6",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~0.1.5",
"redis": "~0.8.6",
"require-dir": "~0.1.0",
"socket.io": "~0.9.16",
"unorm": "~1.0.5",
"uuid": "~1.4.1"
},
"devDependencies": {
"chai": "~1.8.1",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-mocha-test": "~0.7.0",
"grunt-contrib-watch": "~0.5.3",
"matchdep": "~0.3.0",
"mocha": "~1.14.0"
},
"scripts": {
"prepublish": "npm prune",
"test": "grunt test"
},
"bugs": {
"url": "https://github.com/manishrw/node-ultimate/issues"
},
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
}
}