composable-middleware
Version:
Treat a sequence of middleware as middleware.
42 lines (41 loc) • 1.07 kB
JSON
{
"name": "composable-middleware",
"description": "Treat a sequence of middleware as middleware.",
"version": "0.3.1",
"homepage": "https://github.com/randymized/composable-middleware",
"author": {
"name": "Randy McLaughlin",
"email": "ot40ddj02@sneakemail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/randymized/composable-middleware.git"
},
"bugs": {
"url": "https://github.com/randymized/composable-middleware/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/randymized/composable-middleware/blob/master/LICENSE-MIT"
}
],
"main": "./index.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt simplemocha"
},
"devDependencies": {
"mocha": "~1.9.0",
"should": "~1.2.2",
"grunt-contrib-jshint": "~0.4.0",
"grunt-simple-mocha": "git://github.com/yaymukund/grunt-simple-mocha.git",
"grunt-contrib-watch": "~0.3.1",
"grunt": "~0.4.1",
"request": "~2.21.0",
"async": "~0.2.9"
},
"keywords": []
}