forked from nka11/bootweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.01 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
{ "name" : "bootweb",
"main" : "./lib/bootweb.js",
"version": "0.0.2-beta",
"description": "web framework on top of express for quickly writing web applications",
"keywords": ["expressjs", "web framework"],
"contributors": [
{ "name": "Nicolas Karageuzian", "email": "[email protected]" }
],
"homepage": "http://redmine.menestrel.net/projects/bootweb",
"bugs":{
"url" : "http://redmine.menestrel.net/projects/bootweb",
"email" : "[email protected]"
},
"repository" :
{ "type" : "git"
, "url" : "https://github.com/nka11/bootweb.git"
},
"dependencies" :
{ "express" : "3"
, "log4js" : "*"
, "vows" : "0.6"
, "mongoose" : "3.3"
, "mongodb": "1.1"
, "connect-mongodb": "1.1"
, "session-mongoose": "0"
, "emailjs" : "0.3"
, "nconf" : "0.6"
, "passport" : "0.1"
, "passport-local" : "0.1"
, "passport-facebook" : "0.1"
, "socket.io": "0.9"
, "consolidate": "0.5"
, "swig": "*"
}
}