brick-router
Version:
Modular router for serving static assets
41 lines (40 loc) • 849 B
JSON
{
"name": "brick-router",
"version": "2.1.3",
"description": "Modular router for serving static assets",
"main": "index.js",
"scripts": {
"test": "standard && NODE_ENV=test node test",
"test-cov": "standard && NODE_ENV=test istanbul cover test.js"
},
"repository": "yoshuawuyts/brick-router",
"keywords": [
"router",
"build process",
"modular",
"static",
"browserify",
"myth"
],
"license": "MIT",
"dependencies": {
"http-errors": "^1.3.1",
"is-stream": "^1.0.1",
"mkdirp": "^0.5.0",
"noop2": "^1.0.1",
"run-parallel": "^1.1.0"
},
"devDependencies": {
"from2": "^1.3.0",
"istanbul": "^0.3.13",
"proxyquire": "^1.4.0",
"rimraf": "^2.3.2",
"standard": "^3.6.1",
"tape": "^4.0.0"
},
"files": [
"LICENSE",
"index.js",
"README.md"
]
}