{
  "name": "strapi-generate-migrations",
  "version": "2.0.0",
  "description": "Generate migration files for a Strapi application.",
  "homepage": "http://strapi.io",
  "keywords": [
    "generate",
    "generator",
    "knex",
    "migrations",
    "sql",
    "strapi",
    "transactions"
  ],
  "main": "./lib/index.js",
  "directories": {
    "lib": "./lib"
  },
  "dependencies": {
    "async": "~1.5.2",
    "glob": "~7.0.3",
    "js-beautify": "~1.6.2",
    "knex": "~0.10.0",
    "lodash": "~4.6.1",
    "pluralize": "~1.2.1",
    "strapi": "~2.0.0",
    "strapi-bookshelf": "~2.0.0",
    "strapi-utils": "~2.0.0"
  },
  "scripts": {
    "prepublish": "npm prune"
  },
  "author": {
    "email": "hack@wistity.co",
    "name": "Wistity team",
    "url": "http://wistity.co"
  },
  "maintainers": [
    {
      "name": "Wistity team",
      "email": "hack@wistity.co",
      "url": "http://wistity.co"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/wistityhq/strapi.git"
  },
  "bugs": {
    "url": "https://github.com/wistityhq/strapi/issues"
  },
  "license": "MIT"
}
