-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
67 lines (67 loc) · 1.65 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
{
"name": "ultimate",
"description": "Dependency library for `ultimate-seed`.",
"version": "0.3.12",
"license": "MIT",
"author": "Pilwon Huh <[email protected]>",
"contributors": [
{
"name": "Pilwon Huh",
"email": "[email protected]",
"url": "https://github.com/pilwon"
},
{
"name": "Brian Park",
"email": "[email protected]",
"url": "https://github.com/yaru22"
}
],
"homepage": "https://github.com/pilwon/node-ultimate",
"repository": {
"type": "git",
"url": "git://github.com/pilwon/node-ultimate.git"
},
"keywords": [
"ultimate"
],
"dependencies": {
"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": "~1.3.1",
"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"
}
}