mirror of
https://github.com/zebrajr/express.git
synced 2026-01-15 12:15:27 +00:00
72 lines
1.4 KiB
JSON
72 lines
1.4 KiB
JSON
{
|
|
"name": "express",
|
|
"description": "Sinatra inspired web development framework",
|
|
"version": "3.3.7",
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|
"contributors": [
|
|
{
|
|
"name": "TJ Holowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
{
|
|
"name": "Aaron Heckmann",
|
|
"email": "aaron.heckmann+github@gmail.com"
|
|
},
|
|
{
|
|
"name": "Ciaran Jessup",
|
|
"email": "ciaranj@gmail.com"
|
|
},
|
|
{
|
|
"name": "Guillermo Rauch",
|
|
"email": "rauchg@gmail.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"connect": "2.8.7",
|
|
"commander": "1.2.0",
|
|
"range-parser": "0.0.4",
|
|
"mkdirp": "0.3.5",
|
|
"cookie": "0.1.0",
|
|
"buffer-crc32": "0.2.1",
|
|
"fresh": "0.2.0",
|
|
"methods": "0.0.1",
|
|
"send": "0.1.4",
|
|
"cookie-signature": "1.0.1",
|
|
"debug": "*"
|
|
},
|
|
"devDependencies": {
|
|
"ejs": "*",
|
|
"mocha": "*",
|
|
"jade": "0.30.0",
|
|
"hjs": "*",
|
|
"stylus": "*",
|
|
"should": "*",
|
|
"connect-redis": "*",
|
|
"marked": "*",
|
|
"supertest": "0.6.0"
|
|
},
|
|
"keywords": [
|
|
"express",
|
|
"framework",
|
|
"sinatra",
|
|
"web",
|
|
"rest",
|
|
"restful",
|
|
"router",
|
|
"app",
|
|
"api"
|
|
],
|
|
"repository": "git://github.com/visionmedia/express",
|
|
"main": "index",
|
|
"bin": {
|
|
"express": "./bin/express"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "npm prune",
|
|
"test": "make test"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|