Files
express/package.json

15 lines
397 B
JSON
Raw Normal View History

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",
"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
}