{
  "name": "backbone.lovefield",
  "version": "0.1.10",
  "description": "lovefield backend for backbone",
  "module": "src/driver.coffee",
  "main": "build/backbone.lovefield.js",
  "files": [
    "build",
    "src"
  ],
  "scripts": {
    "build": "webpack",
    "compile": "NODE_ENV=production webpack",
    "package": "rm -fr build && npm run build && npm run compile && git add build",
    "postversion": "git push && git push --tags",
    "prepublish": "npm run package",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/umeboshi2/backbone.lovefield.git"
  },
  "keywords": [
    "backbone",
    "lovefield"
  ],
  "author": "Joseph Rawson <joseph.rawson.works@gmail.com>",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/umeboshi2/backbone.lovefield/issues"
  },
  "homepage": "https://github.com/umeboshi2/backbone.lovefield#readme",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-preset-env": "^1.7.0",
    "coffee-loader": "^1.0.1",
    "coffeelint": "^2.1.0",
    "coffeescript": "^2.5.1",
    "eslint": "^7.11.0",
    "eslint-import-resolver-webpack": "^0.13.0",
    "eslint-plugin-coffeescript": "^1.0.0",
    "eslint-plugin-import": "^2.22.1",
    "expect.js": "^0.3.1",
    "jquery": "^3.5.1",
    "sinon": "^9.2.0",
    "uglifyjs-webpack-plugin": "^2.1.3",
    "webpack": "^4.35.3",
    "webpack-cli": "^3.3.5",
    "window-or-global": "^1.0.1"
  },
  "dependencies": {
    "backbone": "^1.4.0",
    "lodash": "^4.17.20",
    "lovefield": "^2.1.12"
  }
}
