{
  "name": "extract-json",
  "version": "0.2.0",
  "description": "A command line tool to get a property from a JSON file",
  "keywords": [
    "json",
    "extract",
    "extract-json",
    "get-json",
    "parse"
  ],
  "bin": {
    "extract-json": "./index.js"
  },
  "bugs": {
    "url": "https://github.com/maxcbc/extract-json/issues",
    "email": "maxcbc@live.com"
  },
  "preferGlobal": true,
  "scripts": {
    "test": "nyc --reporter=lcov --reporter=text jasmine JASMINE_CONFIG_PATH=test/support/jasmine.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/maxcbc/extract-json"
  },
  "author": "Max Bladen-Clark",
  "license": "MIT",
  "dependencies": {
    "colors": "^1.1.2",
    "commander": "^2.9.0"
  },
  "devDependencies": {
    "jasmine-spec-reporter": "^3.2.0"
  }
}
