{
  "name": "r2api",
  "description": "REST API service for r2js. Create REST API endpoints from Mongoose models",
  "version": "1.0.16",
  "author": "Selçuk Fatih Sevinç",
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "dependencies": {
    "debug": "^2.6.3",
    "dotty": "0.0.2",
    "querymen": "^2.1.3",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^15.0.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^5.0.3",
    "eslint-plugin-react": "^7.0.1",
    "mocha": "^3.2.0",
    "r2acl": "^1.0.1",
    "r2base": "^1.0.11",
    "r2middleware": "^1.0.5",
    "r2mongoose": "^1.0.3",
    "r2query": "^1.0.11",
    "r2system": "^1.0.5",
    "supertest": "^3.0.0"
  },
  "main": "index.js",
  "readmeFilename": "README.md",
  "keywords": [
    "r2js",
    "r2api",
    "r2acl",
    "r2base",
    "r2middleware",
    "r2mongoose",
    "r2query",
    "r2system",
    "rest",
    "api",
    "mongoose",
    "auth",
    "authentication",
    "acl",
    "authorization"
  ],
  "scripts": {
    "test": "NODE_ENV=tdd mocha;"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/r2js/r2api.git"
  },
  "bugs": {
    "url": "https://github.com/r2js/r2api/issues"
  },
  "homepage": "https://github.com/r2js/r2api"
}
