{
  "name": "neo-maggoo",
  "version": "0.6.5",
  "description": "Futuristic Models & Collections for Neo4j",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "NODE_ENV=test JASMINE_CONFIG_PATH=jasmine.json node --harmony node_modules/jasmine/bin/jasmine.js",
    "cover": "NODE_ENV=test JASMINE_CONFIG_PATH=jasmine.json node --harmony ./node_modules/nyc/bin/nyc.js --reporter=lcov node_modules/jasmine/bin/jasmine.js",
    "coveralls": "NODE_ENV=test JASMINE_CONFIG_PATH=jasmine.json node --harmony ./node_modules/nyc/bin/nyc.js --reporter=text-lcov node_modules/jasmine/bin/jasmine.js | coveralls",
    "docs": "esdoc",
    "lint": "eslint --quiet lib/*"
  },
  "author": "Bram Loogman <bram@moderntimes.nu>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/bram-l/neo-maggoo.git"
  },
  "dependencies": {
    "deepmerge": "^1.5.2",
    "maggoo": "^0.4.1",
    "neo4j-driver": "^1.5.1",
    "shortid": "^2.2.8"
  },
  "devDependencies": {
    "babel-eslint": "^8.0.3",
    "babel-plugin-istanbul": "^4.1.5",
    "babel-preset-es2017": "^6.24.1",
    "babel-register": "^6.26.0",
    "coveralls": "^3.0.0",
    "esdoc": "^1.0.4",
    "esdoc-node": "^1.0.2",
    "esdoc-standard-plugin": "^1.0.0",
    "eslint": "^4.13.1",
    "jasmine": "^2.8.0",
    "jasmine-fail-fast": "^2.0.0",
    "jasmine-spec-reporter": "^4.2.1",
    "nyc": "^10.3.2"
  },
  "nyc": {
    "include": [
      "lib/*.js"
    ],
    "require": [
      "babel-register"
    ],
    "sourceMap": false,
    "instrument": false
  },
  "babel": {
    "presets": [
      "es2017"
    ],
    "env": {
      "test": {
        "plugins": [
          "istanbul"
        ]
      }
    }
  }
}
