UNPKG

rjq-api-koa

Version:
40 lines (39 loc) 931 B
{ "name": "rjq-api-koa", "version": "2.0.1", "description": "Koa middleware for rjq-api", "main": "index.js", "directories": { "example": "examples" }, "dependencies": { "koa": "^2.3.0", "koa-mount": "^3.0.0", "koa-router": "^7.2.1", "rjq-api": "^2.0.0" }, "devDependencies": { "standard": "^10.0.3" }, "engines": { "node": ">=7.0.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node ./examples/server.js", "start:watch": "nodemon ./examples/server.js" }, "repository": { "type": "git", "url": "git+https://github.com/sagivf/rjq-api-koa.git" }, "keywords": [ "RethinkDB" ], "author": "Sagiv Frankel <sagivf@gmal.com> (https://sagivf.github.io/)", "license": "ISC", "bugs": { "url": "https://github.com/sagivf/rjq-api-koa/issues" }, "homepage": "https://github.com/sagivf/rjq-api-koa#readme" }