migrat-sh
Version:
A migrat plugin for running shell scripts as migrations.
33 lines (32 loc) • 681 B
JSON
{
"name": "migrat-sh",
"version": "0.2.0",
"description": "A migrat plugin for running shell scripts as migrations.",
"main": "index.js",
"keywords": [
"migrat",
"migration",
"shell",
"bash"
],
"repository": {
"type": "git",
"url": "git://github.com/naturalatlas/migrat-sh.git"
},
"author": "Brian Reavis <brian@thirdroute.com>",
"license": "Apache-2.0",
"peerDependencies": {
"migrat": "*"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^1.10.3",
"eslint-config-naturalatlas": "^0.1.3",
"mocha": "^2.4.5"
},
"scripts": {
"test": "mocha",
"test-syntax": "eslint ."
}
}