{
  "name": "grunt-appcache",
  "description": "Grunt task for generating an HTML5 AppCache manifest.",
  "version": "0.2.1",
  "homepage": "https://github.com/jmc-88/grunt-appcache/",
  "author": {
    "name": "Daniele Cocca",
    "email": "daniele.cocca@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jmc-88/grunt-appcache.git"
  },
  "bugs": {
    "url": "https://github.com/jmc-88/grunt-appcache/issues"
  },
  "license": "MIT",
  "main": "Gruntfile.js",
  "engines": {
    "node": ">=0.8.0"
  },
  "scripts": {
    "test": "grunt verify --verbose"
  },
  "devDependencies": {
    "eslint": "^5.13.0",
    "eslint-config-google": "^0.12.0",
    "grunt": ">=0.4.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-nodeunit": "^2.0.0",
    "grunt-eslint": "^21.0.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "grunt",
    "gruntplugin",
    "html5",
    "manifest",
    "appcache"
  ],
  "dependencies": {
    "cheerio": "^0.22.0"
  }
}
