cassandra-migration
Version:
Simple schema migration tool for Apache Cassandra
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "cassandra-migration",
"description": "Simple schema migration tool for Apache Cassandra",
"keywords": [
"Cassandra",
"Migration",
"Schema"
],
"version": "3.0.0",
"author": "Joel Edwards (https://github.com/joeledwards)",
"contributors": [
"Joel Edwards <joeledwards@gmail.com> (https://github.com/joeledwards)",
"Jonas Verhoelen <jverhoelen@gmail.com> (https://github.com/jverhoelen)",
"Matthias Rütten <matthias.ruetten@gmail.com> (https://github.com/ruettenm)"
],
"repository": {
"type": "git",
"url": "https://github.com/ruettenm/node-cassandra-migration.git"
},
"license": "MIT",
"main": "./lib/index",
"directories": {
"lib": "./lib"
},
"bin": {
"cassandra-migration": "bin/cassandra-migration"
},
"dependencies": {
"cassandra-driver": "^4.6.3",
"commander": "^8.3.0",
"durations": "^3.4.2",
"lodash": "^4.17.21",
"q": "^1.5.1"
},
"devDependencies": {
"coffee-script": "^1.10",
"npm-github-release": "^0.13.0",
"wait-for-cassandra": "^2.1.0"
},
"scripts": {
"build": "cake build",
"release": "cake build && npm-github-release",
"start": "coffee src/index.coffee",
"test": "echo 'Please install docker and execute the `test.sh` script.'"
},
"engines": {
"node": ">=0.10"
}
}