r2js/r2mongoose

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "r2mongoose",
  "description": "Mongoose service for r2js",
  "version": "1.0.5",
  "author": "Selçuk Fatih Sevinç",
  "license": "MIT",
  "engines": {
    "node": ">=6.0.0"
  },
  "dependencies": {
    "debug": "^2.6.3",
    "mongoose": "^4.10.8"
  },
  "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",
    "supertest": "^3.0.0"
  },
  "main": "index.js",
  "readmeFilename": "README.md",
  "keywords": [
    "r2js",
    "r2mongoose",
    "mongodb",
    "mongoose",
    "connection"
  ],
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/r2js/r2mongoose.git"
  },
  "bugs": {
    "url": "https://github.com/r2js/r2mongoose/issues"
  },
  "homepage": "https://github.com/r2mongoose/r2load"
}