UNPKG

grunt-knex

Version:

Grunt task for knex migrations and seeds

40 lines (39 loc) 843 B
{ "name": "grunt-knex", "description": "Grunt task for knex migrations and seeds", "version": "1.1.0", "homepage": "https://github.com/maldicion069/grunt-knex", "author": { "name": "maldicion069", "email": "ccrisrober@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/maldicion069/grunt-knex.git" }, "bugs": { "url": "https://github.com/maldicion069/grunt-knex/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/maldicion069/grunt-knex/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt": "^1.0.1", "bluebird": "^3.4.1", "colors": "^1.1.2", "knex": "^0.11.9", "mysql": "^2.11.1" }, "keywords": [ "gruntplugin" ] }