2010-03-16 08:31:33 -07:00
|
|
|
{
|
|
|
|
|
"name": "Express",
|
|
|
|
|
"description": "Sinatra inspired web development framework",
|
2010-06-01 08:49:04 -07:00
|
|
|
"version": "0.13.0",
|
2010-06-03 16:31:08 -07:00
|
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
2010-03-16 08:31:33 -07:00
|
|
|
"keywords": ["framework", "sinatra", "web", "rest", "restful"],
|
|
|
|
|
"directories": {
|
2010-05-31 14:05:15 -07:00
|
|
|
"lib": "./lib"
|
2010-03-16 08:31:33 -07:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"install": "git submodule update --init",
|
|
|
|
|
"test": "make test"
|
|
|
|
|
},
|
2010-05-31 14:05:15 -07:00
|
|
|
"engines": { "node": ">= 0.1.97" }
|
2010-03-16 08:31:33 -07:00
|
|
|
}
|