{
  "name": "rainbird-neo4j",
  "description": "Thin wrapper around the Neo4j REST interface",
  "version": "0.4.3",
  "main": "neo4j.js",
  "author": "Dom Davis <dom@rainbird.ai>",
  "license": "ISC",
  "engines" : {
    "node" : "4.2.2"
  },
  "scripts": {
    "start": "node app.js",
    "pretest": "rm -rf docs && rm -rf coverage && docco neo4j.js lib/*.js",
    "test": "rblint -f ./linter.json && istanbul cover _mocha -- -R spec --recursive \"test/**/*.test.js\"",
    "posttest": "istanbul report html",
    "functional-test": "rblint -f ./linter.json && istanbul cover _mocha -- -R spec --recursive"
  },
  "homepage": "https://github.com/RainBirdAi/rainbird-neo4j",
  "repository": {
    "type": "git",
    "url": "git://github.com/RainBirdAi/rainbird-neo4j.git"
  },
  "bugs": {
    "url": "https://github.com/RainBirdAi/rainbird-neo4j/issues"
  },
  "dependencies": {
    "request": "2.67.x",
    "async": "1.5.x"
  },
  "devDependencies": {
    "rainbird-linter": "0.1.x",
    "jshint": "2.8.x",
    "mocha": "2.3.x",
    "chai": "1.10.x",
    "rewire": "2.5.x",
    "docco": "0.7.x",
    "istanbul": "0.4.x"
  }
}
