ezseed/database

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ezseed-database",
  "version": "1.0.5",
  "description": "Ezseed database handler",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/index --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ezseed/database"
  },
  "keywords": [
    "ezseed"
  ],
  "author": {
    "name": "soyuka"
  },
  "license": "GPL3.0",
  "bugs": {
    "url": "https://github.com/soyuka/ezseed-database/issues"
  },
  "homepage": "https://github.com/soyuka/ezseed-database",
  "dependencies": {
    "mongoose": "~3.8.34",
    "bcrypt-nodejs": "0.0.3",
    "underscore": "^1.8.3",
    "debug": "^2.2.0",
    "async": "~1.4.0"
  },
  "devDependencies": {
    "mocha": "^2.2.5",
    "should": "^7.0.2",
    "chai": "^3.2.0"
  },
  "maintainers": [
    {
      "name": "soyuka",
      "email": "soyuka@gmail.com"
    }
  ]
}