{
  "name": "ionic-typeorm",
  "version": "0.0.15",
  "description": "Fork of TypeORM modified to work with Ionic. Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL and Cordova SQLite databases.",
  "license": "MIT",
  "readmeFilename": "README.md",
  "author": {
    "name": "Rob Sinton",
    "email": "me@rabamus.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/robsinton/ionic-typeorm.git"
  },
  "bugs": {
    "url": "https://github.com/robsinton/ionic-typeorm/issues"
  },
  "tags": [
    "orm",
    "typescript",
    "typescript-orm",
    "mysql",
    "mysql-orm",
    "postgresql",
    "postgresql-orm",
    "mariadb",
    "mariadb-orm",
    "sqlite",
    "sqlite-orm",
    "sql-server",
    "sql-server-orm",
    "oracle",
    "oracle-orm",
    "websql",
    "websql-orm",
    "cordova",
    "cordova-orm",
    "cordova-sqlite",
    "cordova-sqlite-orm"
  ],
  "devDependencies": {
    "@types/chai": "^3.4.30",
    "@types/chai-as-promised": "0.0.29",
    "@types/mocha": "^2.2.37",
    "@types/node": "^7.0.0",
    "@types/promises-a-plus": "0.0.27",
    "@types/sinon": "^1.16.34",
    "chai": "^3.4.1",
    "chai-as-promised": "^6.0.0",
    "del": "^2.2.2",
    "gulp": "^3.9.1",
    "gulp-file": "^0.3.0",
    "gulp-istanbul": "^1.1.1",
    "gulp-mocha": "^3.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.4",
    "gulp-shell": "^0.5.1",
    "gulp-sourcemaps": "^2.3.1",
    "gulp-tslint": "^7.0.1",
    "gulp-typescript": "^3.1.4",
    "gulp-uglify": "^2.0.0",
    "gulpclass": "0.1.1",
    "mocha": "^3.2.0",
    "mssql": "^3.3.0",
    "mysql": "^2.12.0",
    "mysql2": "^1.1.2",
    "pg": "^6.1.2",
    "remap-istanbul": "^0.8.4",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.8.0",
    "sqlite3": "^3.1.8",
    "ts-node": "^2.0.0",
    "tslint": "^4.3.1",
    "tslint-stylish": "^2.1.0-beta",
    "typescript": "^2.1.1"
  },
  "dependencies": {
    "app-root-path": "^2.0.1",
    "glob": "^7.1.1",
    "reflect-metadata": "^0.1.9",
    "yargonaut": "^1.1.2",
    "yargs": "^6.6.0"
  },
  "scripts": {
    "test": "node_modules/.bin/gulp tests"
  },
  "bin": {
    "ionic-typeorm": "./cli.js"
  }
}
