mirror of
https://github.com/Hopiu/postal.js.git
synced 2026-03-17 06:30:23 +00:00
39 lines
No EOL
1.1 KiB
JSON
39 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "express",
|
|
"description": "Sinatra inspired web development framework",
|
|
"version": "2.5.8",
|
|
"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": "1.x",
|
|
"mime": "1.2.4",
|
|
"qs": "0.4.x",
|
|
"mkdirp": "0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"connect-form": "0.2.1",
|
|
"ejs": "0.4.2",
|
|
"expresso": "0.9.2",
|
|
"hamljs": "0.6.x",
|
|
"jade": "0.16.2",
|
|
"stylus": "0.13.0",
|
|
"should": "0.3.2",
|
|
"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": {
|
|
"test": "make test",
|
|
"prepublish" : "npm prune"
|
|
},
|
|
"engines": { "node": ">= 0.4.1 < 0.7.0" }
|
|
} |