package.json
1.1 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
{
"name": "igloo",
"version": "0.0.1",
"description": "Igloo is a minimal app boilerplate built with Express.",
"main": "igloo.js",
"repository": {
"type": "git",
"url": "git://github.com/niftylettuce/igloo.git"
},
"author": "Nick Baugh <niftylettuce@gmail.com>",
"bugs": {
"url": "https://github.com/niftylettuce/igloo/issues"
},
"bin": {
"igloo": "./bin/igloo"
},
"license": "MIT",
"homepage": "https://github.com/niftylettuce/igloo",
"dependencies": {
"passport": "~0.2.0",
"express-rate": "0.0.1",
"jade": "~1.1.5",
"express": "~4.2.0",
"mongoose": "~3.8.7",
"connect-redis": "~2.0.0",
"underscore": "~1.6.0",
"async": "~0.2.10",
"winston": "~0.7.2",
"mongoose-types": "~1.0.3",
"less-middleware": "~0.1.15",
"connect-flash": "~0.1.1",
"winston-mongodb": "~0.4.3",
"winston-request-logger": "~1.0.4",
"electrolyte": "*",
"express-session": "~1.1.0",
"method-override": "~1.0.1",
"cookie-parser": "~1.1.0",
"errorhandler": "~1.0.1",
"body-parser": "~1.2.0",
"serve-favicon": "~2.0.0"
}
}