{
  "name": "json-library",
  "version": "2.0.4",
  "description": "Mothership of json-pointer, json-query and json-relationship",
  "main": "lib/index.js",
  "scripts": {
    "build": "webpack",
    "dist": "NODE_ENV=production webpack",
    "test": "npm run test-unit; npm run test-integration",
    "test-integration": "mocha --recursive 'test/integration/*.test.js' -R spec; exit 0",
    "test-unit": "mocha --recursive 'test/unit/*.test.js' -R spec; exit 0",
    "tdd": "watch 'npm run test-unit' lib/ app/ test/; exit 0"
  },
  "author": "Sascha Goldhofer",
  "license": "MIT",
  "devDependencies": {
    "webpack": "^1.5.3",
    "webpack-dev-server": "^1.7.0"
  },
  "dependencies": {
    "gson-pointer": "^1.0.3",
    "gson-query": "^1.0.2",
    "json-relationship": "^1.0.0"
  }
}
