forked from apostrophecms-legacy/appy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"author": "P'unk Avenue <team@punkave.com> (http://punkave.com/)",
"name": "appy",
"description": "Bootstrap a typical Express 3.0 app with even less fuss than usual. Makes a bunch of bold assumptions that may or may not suit you.",
"version": "0.5.11",
"homepage": "https://github.com/punkave/appy",
"repository": {
"type": "git",
"url": "git://github.com/punkave/appy.git"
},
"main": "appy.js",
"dependencies": {
"async": "~0.2.9",
"bless": "^3.0.3",
"clone": "~0.1.11",
"connect-flash": "~0.1.0",
"connect-mongo": "^0.8.1",
"express": "~3.3.0",
"express-brute": "^0.6.0",
"express-brute-mongo": "^0.1.0",
"jade": "~0.27.6",
"less-middleware": "~1.0.3",
"lodash": "2.4.x",
"mkdirp": "^0.5.0",
"moment": "^2.13.0",
"mongodb": "~1.4.19",
"passport": "~0.1.12",
"passport-local": "~0.1.6",
"passport-twitter": "~0.1.4",
"password-hash": "~1.2.x"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}