{
  "name": "mungo",
  "version": "2.3.2",
  "description": "Mungo ===",
  "main": "dist/index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "redtea dist/test",
    "babel": "babel --out-dir dist app",
    "babel-watch": "babel --watch --out-dir dist app",
    "prepublish" : "npm run babel && npm test"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.5.1",
    "babel-plugin-transform-builtin-extend": "^1.1.0",
    "babel-preset-es2015": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "redtea": "^3.4.1",
    "should": "^7.1.0"
  },
  "dependencies": {
    "babel-polyfill": "^6.3.14",
    "colors": "^1.1.2",
    "kerberos": "0.0.17",
    "lodash": "^3.10.1",
    "mongodb": "^2.1.0",
    "promise-sequencer": "^2.0.1"
  }
}
