{
  "name": "gulp-manifest",
  "version": "0.1.1",
  "description": "Generate HTML5 Cache Manifest files",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hillmanov/gulp-manifest"
  },
  "keywords": [
    "gulp",
    "gulpplugin",
    "html5",
    "manifest",
    "appcache"
  ],
  "author": {
    "name": "Scott Hillman"
  },
  "license": "MIT",
  "readmeFilename": "README.md",
  "devDependencies": {
    "event-stream": "^3.1.7",
    "mocha": "~1.16.2",
    "should": "~2.1.1",
    "gulp": "^3.9.0"
  },
  "dependencies": {
    "gulp-util": "~2.2.6",
    "minimatch": "~2.0.1",
    "slash": "^1.0.0",
    "through": "~2.3.4"
  },
  "bugs": {
    "url": "https://github.com/hillmanov/gulp-manifest/issues"
  },
  "homepage": "https://github.com/hillmanov/gulp-manifest"
}
