Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
cassandra-driver / package.json
Size: Mime:
{
  "name": "cassandra-driver",
  "version": "3.2.0",
  "description": "DataStax Node.js Driver for Apache Cassandra",
  "author": "DataStax",
  "keywords": [
    "cassandra",
    "cql",
    "cql3",
    "connection",
    "pool",
    "datastax",
    "nosql",
    "driver",
    "database"
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "long": "^2.2.0"
  },
  "devDependencies": {
    "mocha": ">= 1.14.0",
    "rewire": ">= 2.1.0",
    "mocha-jenkins-reporter": ">= 0.1.9",
    "mocha-appveyor-reporter": ">= 0.2.1",
    "mocha-multi": ">= 0.8.0"
  },
  "repository": {
    "type" : "git",
    "url" : "https://github.com/datastax/nodejs-driver.git"
  },
  "bugs": {
    "url": "https://groups.google.com/a/lists.datastax.com/forum/#!forum/nodejs-driver-user"
  },
  "scripts":  {
    "test": "./node_modules/.bin/mocha test/unit -R spec -t 5000",
    "ci": "./node_modules/.bin/mocha test/unit test/integration/short -R mocha-multi",
    "ci_unit": "./node_modules/.bin/mocha test/unit -R mocha-multi",
    "eslint": "eslint lib test --ignore-pattern '/lib/types/integer.js'"
  },
  "engines": {
    "node" : ">=0.10.0"
   }
}