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
45
46
47
{
"name": "igloo",
"version": "0.0.4-rc.11",
"description": "Igloo is a lightweight, fast, and minimal framework for rapid development",
"main": "./lib",
"repository": {
"type": "git",
"url": "git://github.com/niftylettuce/igloo.git"
},
"author": "Nick Baugh <niftylettuce@gmail.com>",
"contributors": [
{
"name": "Nick Baugh",
"email": "niftylettuce@gmail.com"
},
{
"name": "Adnan Ibrišimbegović",
"email": "adibih@gmail.com"
}
],
"bugs": {
"url": "https://github.com/niftylettuce/igloo/issues"
},
"license": "MIT",
"homepage": "https://github.com/niftylettuce/igloo",
"dependencies": {
"bootable": "^0.2.3",
"chalk": "^0.4.0",
"commander": "^2.2.0",
"connect-redis": "~2.0.0",
"express-session": "^1.2.1",
"merge-defaults": "^0.1.0",
"to-camel-case": "^0.2.1",
"underscore": "~1.6.0",
"update-notifier": "^0.2.0",
"winston": "git://github.com/niftylettuce/winston",
"winston-hipchat": "^0.1.1",
"winston-mongodb": "~0.4.3"
},
"devDependencies": {
"knex": "^0.6.13",
"mariasql": "^0.1.21",
"mongoose": "~3.8.7",
"mongoose-json-select": "^0.2.1",
"mysql": "^2.3.2"
}
}