package.json
1.2 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
{
"name": "igloo",
"version": "0.0.1",
"description": "Igloo is a lightweight, fast, and minimal framework for rapid development",
"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": {
"async": "~0.2.10",
"body-parser": "~1.2.0",
"connect-flash": "~0.1.1",
"connect-redis": "~2.0.0",
"cookie-parser": "~1.1.0",
"electrolyte": "*",
"errorhandler": "~1.0.1",
"express": "~4.2.0",
"express-rate": "0.0.1",
"express-session": "~1.1.0",
"jade": "~1.1.5",
"less-middleware": "~0.1.15",
"method-override": "~1.0.1",
"mongoose": "~3.8.7",
"mongoose-json-select": "^0.2.1",
"nifty-mongoose-types": "0.0.1",
"passport": "~0.2.0",
"passport-local-mongoose": "^0.3.0",
"serve-favicon": "~2.0.0",
"underscore": "~1.6.0",
"winston": "~0.7.2",
"winston-mongodb": "~0.4.3",
"winston-request-logger": "~1.0.4"
}
}