db-migrate-plugin-coffee
Version:
A db-migrate plugin to enable coffee script style migrations.
40 lines (39 loc) • 893 B
JSON
{
"name": "db-migrate-plugin-coffee",
"version": "1.0.0",
"description": "A db-migrate plugin to enable coffee script style migrations.",
"main": "index.js",
"dependencies": {
"coffee-script": "^1.11.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/db-migrate/plugin-coffee.git"
},
"keywords": [
"dbmigrate",
"db-migrate",
"db",
"migrate",
"migration",
"migrator",
"database",
"sql",
"nosql",
"newsql",
"coffee",
"kaffee",
"coffeescript",
"coffee-script"
],
"author": "Tobias Gurtzick <magic@wizardtales.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/db-migrate/plugin-coffee/issues"
},
"homepage": "https://github.com/db-migrate/plugin-coffee#readme"
}