forked from expressjs/express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.15 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
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "3.0.0alpha1",
"author": "TJ Holowaychuk <[email protected]>",
"contributors": [
{ "name": "TJ Holowaychuk", "email": "[email protected]" },
{ "name": "Aaron Heckmann", "email": "[email protected]" },
{ "name": "Ciaran Jessup", "email": "[email protected]" },
{ "name": "Guillermo Rauch", "email": "[email protected]" }
],
"dependencies": {
"connect": ">= 1.6.2 < 2.0.0",
"commander": "0.0.4",
"mime": ">= 1.2.2",
"qs": ">= 0.3.1",
"mkdirp": "0.0.7"
},
"devDependencies": {
"connect-form": "0.2.1",
"ejs": "0.4.2",
"expresso": "0.8.1",
"hamljs": "0.5.1",
"jade": "0.13.0",
"stylus": "0.13.0",
"should": "0.2.1",
"express-messages": "0.0.2",
"node-markdown": ">= 0.0.1",
"connect-redis": ">= 0.0.1"
},
"keywords": ["framework", "sinatra", "web", "rest", "restful"],
"repository": "git://github.com/visionmedia/express",
"main": "index",
"bin": { "express": "./bin/express" },
"scripts": { "prepublish" : "npm prune" },
"engines": { "node": ">= 0.4.9 < 0.7.0" }
}