{
  "name": "asset_hash",
  "version": "0.2.5",
  "description": "Small library to hash asset filenames and generate asset manifest",
  "author": {
    "name": "Maxwell Berkel",
    "email": "maxwell@allbitsnbytes.com",
    "url": "https://github.com/allbitsnbytes"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/allbitsnbytes/asset_hash"
  },
  "bugs": {
    "url": "https://github.com/allbitsnbytes/asset_hash/issues"
  },
  "license": [
    {
      "type": "MIT",
      "url": "https://github.com/allbitsnbytes/asset_hash/blob/master/LICENSE.md"
    }
  ],
  "engines": {
    "node": ">= 0.10.25"
  },
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "keywords": [
    "asset",
    "caching",
    "hash",
    "optimizer",
    "rev",
    "revving"
  ],
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha-jshint": "^2.1.1"
  },
  "dependencies": {
    "chai": "^3.5.0",
    "glob": "^7.0.3",
    "lodash": "^4.7.0",
    "mocha-jshint": "^2.3.1",
    "vinyl-file": "^2.0.0"
  }
}
