Website/node_modules/ware/package.json
2015-12-02 18:21:44 -05:00

93 lines
2 KiB
JSON

{
"_args": [
[
"ware@^1.2.0",
"/Users/okennedy/Desktop/Website/node_modules/metalsmith"
]
],
"_from": "ware@>=1.2.0 <2.0.0",
"_id": "ware@1.3.0",
"_inCache": true,
"_installable": true,
"_location": "/ware",
"_nodeVersion": "0.12.2",
"_npmUser": {
"email": "ian@ianstormtaylor.com",
"name": "ianstormtaylor"
},
"_npmVersion": "2.7.4",
"_phantomChildren": {},
"_requested": {
"name": "ware",
"raw": "ware@^1.2.0",
"rawSpec": "^1.2.0",
"scope": null,
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/metalsmith"
],
"_resolved": "https://registry.npmjs.org/ware/-/ware-1.3.0.tgz",
"_shasum": "d1b14f39d2e2cb4ab8c4098f756fe4b164e473d4",
"_shrinkwrap": null,
"_spec": "ware@^1.2.0",
"_where": "/Users/okennedy/Desktop/Website/node_modules/metalsmith",
"bugs": {
"url": "https://github.com/segmentio/ware/issues"
},
"dependencies": {
"wrap-fn": "^0.1.0"
},
"description": "Easily create your own middleware layer.",
"devDependencies": {
"co": "^3.1.0",
"co-mocha": "^1.0.0",
"gnode": "0.0.8",
"mocha": "^1.21.4"
},
"directories": {},
"dist": {
"shasum": "d1b14f39d2e2cb4ab8c4098f756fe4b164e473d4",
"tarball": "http://registry.npmjs.org/ware/-/ware-1.3.0.tgz"
},
"files": [
"lib"
],
"gitHead": "a7e7abf6ad95dbc3a9941d221568eef2dfe2c755",
"homepage": "https://github.com/segmentio/ware",
"keywords": [
"compose",
"connect",
"express",
"layer",
"middleware"
],
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "segmentio",
"email": "friends@segment.io"
},
{
"name": "ianstormtaylor",
"email": "ian@ianstormtaylor.com"
},
{
"name": "segment",
"email": "tj@segment.io"
}
],
"name": "ware",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/segmentio/ware.git"
},
"scripts": {
"test": "make test"
},
"version": "1.3.0"
}