{
  "name": "gh-latest-release",
  "version": "1.0.0",
  "description": "Get the latest published full release for the Github repository",
  "repository": "shinnn/gh-latest-release",
  "author": "Shinnosuke Watanabe (https://github.com/shinnn)",
  "scripts": {
    "pretest": "eslint --fix --config @shinnn/node index.js test.js",
    "test": "node --strong_mode --throw-deprecation --track-heap-objects test.js | tap-spec",
    "coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "keywords": [
    "github",
    "gh",
    "release",
    "latest",
    "stable",
    "repository",
    "asset",
    "assets",
    "json",
    "api",
    "github-api",
    "get",
    "request",
    "promise",
    "promises",
    "then",
    "async",
    "asynchronous",
    "asynchronously"
  ],
  "dependencies": {
    "gh-get": "^1.0.1",
    "parse-user-repo": "^1.0.0"
  },
  "devDependencies": {
    "@shinnn/eslint-config-node": "^1.0.1",
    "eslint": "^1.10.3",
    "istanbul": "^0.4.2",
    "tap-spec": "^4.1.1",
    "tape": "^4.4.0"
  }
}
