baucis-vivify
Version:
A module for adding child controller paths
48 lines (47 loc) • 989 B
JSON
{
"name": "baucis-vivify",
"author": {
"name": "William Riley-Land",
"email": "william@kun.io",
"url": "http://kun.io/wprl"
},
"homepage": "https://github.com/wprl/baucis-vivify",
"version": "1.0.1",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --bail tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wprl/baucis-vivify.git"
},
"bugs": {
"url": "https://github.com/wprl/baucis-vivify/issues/new",
"email": "william@kun.io"
},
"license": "MIT",
"description": "A module for adding child controller paths",
"keywords": [
"REST",
"RESTful",
"API",
"express",
"mongoose",
"schema",
"schemata",
"mongo",
"rfc2616",
"web",
"http"
],
"peerDependencies": {
"mongoose": ">=3 <5",
"baucis": "^1.0.0"
},
"devDependencies": {
"expect": "^1.6.0",
"expect.js": "^0.3.1",
"express": "^4.12.3",
"request": "^2.36.0"
}
}