{
  "name": "tangojs-connector-local",
  "version": "0.4.1",
  "description": "In-memory data model for TangoJS.",
  "main": "lib/tangojs-connector-local.js",
  "author": "mliszcz <liszcz.michal@gmail.com>",
  "license": "MIT",
  "keywords": [
    "tango",
    "tangojs"
  ],
  "homepage": "https://github.com/tangojs/tangojs-connector-local#readme",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/tangojs/tangojs-connector-local.git"
  },
  "bugs": {
    "url": "https://github.com/tangojs/tangojs-connector-local/issues"
  },
  "scripts": {
    "compile": "rollup --config .rollup.config.js",
    "model:compile": "rollup --config .rollup.model.config.js",
    "pretest": "rollup --config .rollup.test.config.js",
    "lint": "eslint src test",
    "test": "mocha",
    "cover": "nyc --reporter lcov npm run test",
    "prepublish": "npm run compile && npm run model:compile && npm run lint && npm run test",
    "preversion": "npm run compile && npm run model:compile && npm run lint && npm run test",
    "postversion": "git push && git push --tags"
  },
  "dependencies": {},
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^5.3.0",
    "coffee-script": "^1.10.0",
    "eslint": "^2.8.0",
    "mocha": "^2.4.5",
    "nyc": "^6.4.0",
    "rollup": "^0.26.0",
    "rollup-plugin-coffee-script": "^1.0.0",
    "rollup-plugin-istanbul": "^1.0.0",
    "rollup-plugin-multi-entry": "^1.2.0",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0",
    "tangojs-core": "^0.4.0"
  }
}
