bundles
Version:
Flexible standalone middleware stacker with hooks
38 lines (37 loc) • 754 B
JSON
{
"name": "bundles",
"version": "2.0.0",
"description": "Flexible standalone middleware stacker with hooks",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "https://github.com/scottcorgan/bundles.git"
},
"keywords": [
"connect",
"express",
"stack",
"bundle"
],
"author": "Scott Corgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/scottcorgan/bundles/issues"
},
"homepage": "https://github.com/scottcorgan/bundles",
"devDependencies": {
"chai": "^1.9.1",
"connect": "^3.2.0",
"mocha": "^2.0.1",
"supertest": "^0.15.0"
},
"dependencies": {
"async": "^0.9.0"
}
}