UNPKG

cassandra-server

Version:

A thin Javascript wrapper around Apache Cassandra to provide out of the box server support

33 lines (32 loc) 835 B
{ "name": "cassandra-server", "version": "2.2.0", "description": "A thin Javascript wrapper around Apache Cassandra to provide out of the box server support", "keywords": [ "apache", "cassandra", "server" ], "homepage": "https://www.github.com/varunmc/cassandra-server", "bugs": { "url": "https://github.com/varunmc/cassandra-server/issues" }, "license": "Apache-2.0", "author": "Varun Chandran <varunmc@gmail.com>", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:varunmc/cassandra-server.git" }, "scripts": { "start": "node index.js", "test": "echo \"Error: No tests specified\" && exit 1" }, "dependencies": { "cassandra-driver": "^1.0.1", "fs-extra": "^0.12.0", "js-yaml": "^3.2.2", "path": "^0.4.9", "q": "^1.0.1" } }