{
  "name": "nicassa-parser-db",
  "description": "CLI based schema 2 JSON parser for Sequelize",
  "version": "0.0.9",
  "author": "Harald Fielker <harald.fielker@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/egandro/nicassa-parser-db.git"
  },
  "bugs": {
    "url": "https://github.com/egandro/nicassa-parser-db/issues"
  },
  "bin": {
    "nicassa-parser-db": "launcher.js"
  },
  "main": "index.ts",
  "dependencies": {
    "@types/node": "^7.0.22",
    "@types/nomnom": "^0.0.28",
    "@types/sequelize": "^4.0.55",
    "mysql": "^2.13.0",
    "nomnom": "^1.8.1",
    "pg": "^6.2.3",
    "pg-hstore": "^2.3.2",
    "prompt": "^1.0.0",
    "sequelize": "^3.30.4",
    "sha.js": "^2.4.8",
    "sqlite3": "^3.1.8",
    "tedious": "^2.0.0",
    "ts-node": "^3.0.4",
    "typescript": "^2.3.3"
  },
  "devDependencies": {
    "tslint": "^5.3.2"
  },
  "scripts": {},
  "keywords": [
    "mysql",
    "sqlite",
    "postgresql",
    "postgres",
    "mssql",
    "orm",
    "nodejs",
    "object relational mapper",
    "json",
    "schema reader",
    "nicassa"
  ],
  "license": "MIT"
}
