UNPKG

koa-restify-mongoose

Version:

Easily create a flexible REST interface for mongoose models in KOA

76 lines (75 loc) 1.56 kB
{ "author": { "email": "lucho_1312@hotmail.com", "name": "Luciano Ganga" }, "dependencies": { "async": "~1.5.0", "koa-compose": "~2.3.0", "lodash": "~4.3.0", "mongoose-detective": "~0.1.0", "moredots": "~0.1.0", "weedout": "~0.1.0" }, "peerDependencies": { "mongoose": "^4.0.0" }, "description": "Easily create a flexible REST interface for mongoose models in KOA", "devDependencies": { "babel-cli": "^6.4.5", "babel-core": "^6.4.5", "babel-preset-es2015": "^6.3.13", "body-parser": "~1", "koa": "^1.1.0", "istanbul": "~0.4", "method-override": "~2", "mocha": "~2", "request": "~2", "restify": "~3", "sinon": "~1", "standard": "^6.0.0" }, "engines": { "node": ">=4.1.0" }, "homepage": "https://github.com/LucianoGanga/koa-restify-mongoose", "keywords": [ "ReST", "koa", "restify", "mongodb", "mongoose", "model" ], "license": "MIT", "main": "./lib/koa-restify-mongoose", "name": "koa-restify-mongoose", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git://github.com/LucianoGanga/koa-restify-mongoose.git" }, "bugs": { "url": "https://github.com/LucianoGanga/koa-restify-mongoose/issues" }, "files": [ "CHANGELOG.md", "LICENSE", "README.md", "lib/" ], "standard": { "ignore": [ "lib" ], "globals": [ "describe", "before", "beforeEach", "after", "afterEach", "it" ] }, "version": "3.1.1" }