{
  "name": "@jokeyrhyme/appcache-fetcher",
  "description": "store an AppCache-enabled site on disk for local use",
  "version": "2.0.1",
  "bugs": {
    "url": "https://github.com/jokeyrhyme/appcache-fetcher.js/issues"
  },
  "dependencies": {
    "@jokeyrhyme/appcache": "1.0.0",
    "browserify": "11.0.1",
    "chalk": "^1.1.1",
    "cheerio": "^0.20.0",
    "graceful-fs": "^4.1.2",
    "is-promise": "2.1.0",
    "lodash.uniq": "^4.0.1",
    "mkdirp": "0.5.1",
    "pify": "2.3.0",
    "request": "2.74.0",
    "temp": "0.8.3",
    "through2": "2.0.1",
    "vinyl": "1.2.0",
    "vinyl-fs": "2.4.3"
  },
  "devDependencies": {
    "ava": "^0.16.0",
    "eslint": "^3.2.2",
    "eslint-config-standard": "^5.3.5",
    "eslint-plugin-promise": "^2.0.1",
    "eslint-plugin-standard": "^2.0.0",
    "fixpack": "^2.2.0",
    "hapi": "^14.1.0",
    "inert": "^4.0.0",
    "mockery": "^1.4.0",
    "nyc": "^7.1.0",
    "rimraf": "^2.3"
  },
  "directories": {
    "test": "tests"
  },
  "engines": {
    "node": ">=4",
    "npm": ">=3.0"
  },
  "files": [
    "index.js",
    "LICENSE",
    "README.md",
    "lib",
    "www"
  ],
  "homepage": "https://github.com/jokeyrhyme/appcache-fetcher.js#readme",
  "keywords": [
    "appcache",
    "fetch"
  ],
  "license": "BSD-2-Clause",
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jokeyrhyme/appcache-fetcher.js.git"
  },
  "scripts": {
    "eslint": "eslint --fix --cache .",
    "fixpack": "fixpack",
    "nyc": "nyc check-coverage -f 90 -l 90 -s 90",
    "posttest": "npm run nyc && npm run eslint && npm run fixpack",
    "test": "nyc ava tests/*.js"
  }
}
