base-routes
Version:
Plugin for adding routes support to your `base` application. Requires templates support to work.
80 lines (79 loc) • 1.49 kB
JSON
{
"name": "base-routes",
"description": "Plugin for adding routes support to your `base` application. Requires templates support to work.",
"version": "1.0.1",
"homepage": "https://github.com/node-base/base-routes",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "node-base/base-routes",
"bugs": {
"url": "https://github.com/node-base/base-routes/issues"
},
"license": "MIT",
"files": [
"index.js",
"utils.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"debug": "^2.6.8",
"en-route": "^1.0.1",
"is-valid-app": "^0.3.0",
"template-error": "^0.1.2"
},
"devDependencies": {
"base-app": "^0.2.6",
"gulp-format-md": "^1.0.0",
"mocha": "^3.5.0",
"should": "^11.2.1"
},
"keywords": [
"api",
"app",
"application",
"base",
"base-plugin",
"baseplugin",
"building-blocks",
"create",
"framework",
"middleware",
"plugin",
"plugins",
"router",
"routes",
"routing",
"tool",
"toolkit",
"tools"
],
"verb": {
"related": {
"list": [
"base",
"en-route",
"gulp-routes"
]
},
"toc": true,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
},
"reflinks": [
"verb",
"base"
]
}
}