88 lines
1.7 KiB
JSON
88 lines
1.7 KiB
JSON
{
|
|
"name": "express",
|
|
"description": "Sinatra inspired web development framework",
|
|
"version": "3.0.4",
|
|
"author": {
|
|
"name": "TJ Holowaychuk",
|
|
"email": "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.7.1",
|
|
"commander": "0.6.1",
|
|
"range-parser": "0.0.4",
|
|
"mkdirp": "0.3.3",
|
|
"cookie": "0.0.5",
|
|
"buffer-crc32": "0.1.1",
|
|
"fresh": "0.1.0",
|
|
"methods": "0.0.1",
|
|
"send": "0.1.0",
|
|
"cookie-signature": "0.0.1",
|
|
"debug": "*"
|
|
},
|
|
"devDependencies": {
|
|
"ejs": "*",
|
|
"mocha": "*",
|
|
"jade": "*",
|
|
"hjs": "*",
|
|
"stylus": "*",
|
|
"should": "*",
|
|
"connect-redis": "*",
|
|
"github-flavored-markdown": "*",
|
|
"supertest": "0.0.1"
|
|
},
|
|
"keywords": [
|
|
"express",
|
|
"framework",
|
|
"sinatra",
|
|
"web",
|
|
"rest",
|
|
"restful",
|
|
"router",
|
|
"app",
|
|
"api"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/visionmedia/express.git"
|
|
},
|
|
"main": "index",
|
|
"bin": {
|
|
"express": "./bin/express"
|
|
},
|
|
"scripts": {
|
|
"prepublish": "npm prune",
|
|
"test": "make test"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
},
|
|
"_id": "express@3.0.4",
|
|
"optionalDependencies": {},
|
|
"_engineSupported": true,
|
|
"_npmVersion": "1.1.4",
|
|
"_nodeVersion": "v0.6.12",
|
|
"_defaultsLoaded": true,
|
|
"dist": {
|
|
"shasum": "b579859c02d6b275c4657b7adeba06492da02f3c"
|
|
},
|
|
"_from": "express"
|
|
}
|