UNPKG

node-baseline

Version:

A simple database migration and versioning tool

44 lines (43 loc) 916 B
{ "name": "node-baseline", "version": "0.2.7", "description": "A simple database migration and versioning tool", "preferGlobal": true, "bin": { "baseline": "index.js" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/nn1900/baseline.git" }, "keywords": [ "database", "migration", "database", "versioning" ], "author": "eric", "license": "MIT", "bugs": { "url": "https://github.com/nn1900/baseline/issues" }, "homepage": "https://github.com/nn1900/baseline#readme", "dependencies": { "change-case": "^2.3.1", "colors": "^1.1.2", "es6-promise": "^3.0.2", "glob": "^6.0.1", "js-yaml": "^3.4.6", "mkdirp": "^0.5.1", "moment": "^2.10.6", "mysql": "^2.16.0", "yargs": "^3.31.0" }, "devDependencies": { "chai": "^3.4.1", "chai-as-promised": "^5.1.0" } }