{
  "name": "node-cubrid",
  "version": "11.0.0",
  "description": "This is a Node.js driver for CUBRID RDBMS. It is developed in 100% JavaScript and does not require specific platform compilation.",
  "author": "CUBRID <contact@cubrid.org> (http://www.cubrid.org/)",
  "repository": {
    "type": "git",
    "url": "git://github.com/cubrid/node-cubrid.git"
  },
  "license": "MIT",
  "main": "index.js",
  "keywords": [
    "native",
    "CUBRID",
    "SQL",
    "Database",
    "RDBMS",
    "driver",
    "API",
    "module"
  ],
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "clean": "rm -rf coverage",
    "coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec test && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "lint": "./node_modules/eslint/bin/eslint.js .",
    "test": "npm run lint && ./node_modules/mocha/bin/mocha test"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "coveralls": "2.11.14",
    "eslint": "3.6.1",
    "istanbul": "0.4.5",
    "mocha": "3.0.2"
  },
  "dependencies": {
    "moment-timezone": "0.5.37"
  }
}
