{
  "name": "tyb-express-cassandra",
  "version": "1.9.3",
  "dependencies": {
    "async": "^1.0.0",
    "bluebird": "^3.4.6",
    "chai": "^3.5.0",
    "check-types": "^1.4.0",
    "debug": "^2.2.0",
    "deep-diff": "^0.3.4",
    "dse-driver": "~1.2.0",
    "lodash": "^4.14.2",
    "object-hash": "1.1.4",
    "readdirp": "^2.1.0",
    "readline-sync": "^1.4.4"
  },
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-preset-es2015": "^6.13.2",
    "babel-preset-stage-3": "^6.11.0",
    "babel-register": "^6.14.0",
    "eslint": "^3.12.2",
    "eslint-config-airbnb-base": "^11.0.0",
    "eslint-plugin-import": "^2.2.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.0.2",
    "vows": "^0.8.1"
  },
  "optionalDependencies": {},
  "author": "Mahafuzur Rahman (https://www.codinglogs.com)",
  "scripts": {
    "test": "babel src -d lib && mocha --bail --compilers js:babel-register && eslint src",
    "build": "babel src -d lib",
    "prepublish": "npm run build",
    "lint": "eslint src; exit 0",
    "coverage": "istanbul cover _mocha -- -R spec"
  },
  "license": "LGPL-3.0",
  "description": "Framework Independent Cassandra Object Models (ORM) for NodeJS",
  "repository": {
    "type": "git",
    "url": "git://github.com/masumsoft/express-cassandra.git"
  },
  "main": "lib/expressCassandra.js",
  "homepage": "https://github.com/masumsoft/express-cassandra",
  "bugs": {
    "url": "https://github.com/masumsoft/express-cassandra/issues"
  },
  "keywords": [
    "cassandra",
    "orm",
    "model",
    "db",
    "node",
    "nodejs",
    "express",
    "expressjs",
    "restify",
    "hapi",
    "hapijs",
    "koa",
    "koajs",
    "javascript",
    "js"
  ],
  "engine": "node >= 0.10.x",
  "directories": {
    "doc": "docs",
    "test": "test"
  }
}
