{
  "name": "gulp-rev-manifest-rails",
  "version": "0.0.1",
  "description": "Builds a rev manifest file that is compatible with Rails. Forked from the manifest function of gulp-rev",
  "license": "MIT",
  "repository": "jedidiah/gulp-rev-manifest-rails",
  "author": {
    "name": "Jedidiah Broadbent",
    "email": "hello@jedidiah.eu",
    "url": "jedidiah.eu"
  },
  "maintainers": [
    {
      "name": "Jedidiah Broadbent",
      "email": "hello@jedidiah.eu",
      "url": "jedidiah.eu"
    }
  ],
  "engines": {
    "node": ">=0.12.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "gulpplugin",
    "rev",
    "revving",
    "revision",
    "hash",
    "optimize",
    "version",
    "versioning",
    "cache",
    "expire",
    "static",
    "asset",
    "assets"
  ],
  "dependencies": {
    "gulp-util": "^3.0.0",
    "object-assign": "^2.0.0",
    "sort-keys": "^1.0.0",
    "through2": "^0.6.1",
    "vinyl-file": "^1.1.0"
  },
  "devDependencies": {
    "mocha": "*"
  }
}
