{
  "name": "kuingia",
  "version": "0.0.2",
  "description": "A quick and easy mongo-based login system for dev use",
  "entry point":"index.js",
  "test command":"npm test",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "keywords": [
    "mongo",
    "login",
    "dev"
  ],
  "author": "Amith Ravindar <amithravindar2493@gmail.com>",
  "dependencies":{
      "mongodb":"~1.4.4",
      "mongoose":"~3.8.9",
      "mocha":"~1.20.0",
      "chai":"~1.9.1"
    },
  "author": "Amith Ravindar",
  "license": "MIT",
  "repository":{
      "type":"git",
      "url":"https://github.com/amithr/kuingia.git"
  }
}
