Bones/node_modules/express/package.json
SOUTHERNCO\x2mjbyrn 7efe7605b8 Template Upload
2017-05-17 13:45:25 -04:00

108 lines
2.3 KiB
JSON

{
"_args": [
[
"express@2.5.x",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\weinre"
]
],
"_from": "express@>=2.5.0-0 <2.6.0-0",
"_id": "express@2.5.11",
"_inCache": true,
"_location": "/express",
"_phantomChildren": {
"formidable": "1.0.17",
"mime": "1.2.4"
},
"_requested": {
"name": "express",
"raw": "express@2.5.x",
"rawSpec": "2.5.x",
"scope": null,
"spec": ">=2.5.0-0 <2.6.0-0",
"type": "range"
},
"_requiredBy": [
"/weinre"
],
"_resolved": "https://registry.npmjs.org/express/-/express-2.5.11.tgz",
"_shasum": "4ce8ea1f3635e69e49f0ebb497b6a4b0a51ce6f0",
"_shrinkwrap": null,
"_spec": "express@2.5.x",
"_where": "C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\weinre",
"author": {
"email": "tj@vision-media.ca",
"name": "TJ Holowaychuk"
},
"bin": {
"express": "./bin/express"
},
"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",
"mkdirp": "0.3.0",
"qs": "0.4.x"
},
"description": "Sinatra inspired web development framework",
"devDependencies": {
"connect-form": "0.2.1",
"connect-redis": ">= 0.0.1",
"ejs": "0.4.2",
"express-messages": "0.0.2",
"expresso": "0.9.2",
"hamljs": "0.6.x",
"jade": "0.16.2",
"node-markdown": ">= 0.0.1",
"should": "0.3.2",
"stylus": "0.13.0"
},
"directories": {},
"dist": {
"shasum": "4ce8ea1f3635e69e49f0ebb497b6a4b0a51ce6f0",
"tarball": "https://registry.npmjs.org/express/-/express-2.5.11.tgz"
},
"installable": true,
"keywords": [
"framework",
"rest",
"restful",
"sinatra",
"web"
],
"main": "index",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
}
],
"name": "express",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/express"
},
"scripts": {
"prepublish": "npm prune",
"test": "make test"
},
"version": "2.5.11"
}