forked from ladjs/lad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.6 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
{
"name": "expressling"
, "description": "Expressling "
, "version": "0.1.6"
, "author": "Nick Baugh <[email protected]>"
, "keywords": [
"expressling"
, "express"
, "html5"
, "boilerplate"
, "mongo"
, "mongodb"
, "mongoose"
, "orm"
, "jade"
, "stylus"
, "nib"
, "niftylettuce"
]
, "dependencies": {
"express" : ">= 2.4.6 < 3.x.x"
, "stylus" : ">= 0.0.1"
, "nib" : ">= 0.2.0"
, "jade" : ">= 0.0.1"
, "colors" : ">= 0.5.0"
, "mime" : ">= 1.2.2"
, "mongoose" : ">= 2.2.0"
, "gzippo" : ">= 0.0.4"
, "commander" : ">= 0.1.0"
, "express-messages" : ">= 0.0.2"
, "underscore" : ">= 1.1.7"
, "express-form" : ">= 0.6.1"
, "mongoose-types" : ">= 1.0.3"
, "bcrypt" : ">= 0.4.0"
, "nodemailer" : ">= 0.2.3"
, "gzippo" : ">= 0.1.0"
, "connect-mongo" : "https://github.com/niftylettuce/connect-mongo/tarball/master"
, "walk" : ">= 2.0.2"
, "express-cachebuster" : ">= 0.0.4"
, "growl" : ">= 1.4.1"
, "mongoose-troop" : ">= 0.0.6"
, "h5bp" : ">= 0.0.1"
}
, "main": "./server.js"
, "bin": { "expressling": "./bin/expressling" }
, "engines": { "node": ">= 0.6.3" }
, "repository": {
"type": "git"
, "url": "git://github.com/niftylettuce/expressling.git"
}
}