scylla-migration
Version:
Simple schema migration tool for ScyllaDB
51 lines (50 loc) • 1.18 kB
JSON
{
"name": "scylla-migration",
"description": "Simple schema migration tool for ScyllaDB",
"keywords": [
"ScyllaDB",
"Cassandra",
"Migration",
"Schema"
],
"version": "2.4.4",
"author": "Joel Edwards (https://github.com/joeledwards)",
"contributors": [
"Joel Edwards <joeledwards@gmail.com> (https://github.com/joeledwards)",
"Sovanna Hing <sovanna.hing@gmail.com> (https://github.com/sovanna)"
],
"repository": {
"type": "git",
"url": "https://github.com/sovanna/node-cassandra-migration.git"
},
"license": "MIT",
"main": "./lib/index",
"directories": {
"lib": "./lib"
},
"bin": {
"cassandra-migration": "./bin/cassandra-migration"
},
"dependencies": {
"cassandra-driver": "^3.0",
"commander": "^2.9",
"durations": "^2.2.0",
"lodash": "^4.13.1",
"moment": "^2.10",
"q": "^1.4"
},
"devDependencies": {
"coffee-script": "^1.10",
"mocha": "^2.3",
"wait-for-cassandra": "^2.1.0"
},
"scripts": {
"build": "cake build",
"prepublish": "cake build",
"start": "coffee src/index.coffee",
"test": "cake test"
},
"engines": {
"node": ">=0.10"
}
}