{
  "name": "gulp-bankrupt",
  "version": "0.1.0",
  "description": "Asset manifest generator for gulp (hashes and subresource integrity)",
  "main": "index.js",
  "scripts": {
    "lint": "eslint index.js test/index.js",
    "test": "tape test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mfinelli/gulp-bankrupt.git"
  },
  "keywords": [
    "gulp",
    "fingerprint",
    "subresource integrity"
  ],
  "author": "Mario Finelli",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mfinelli/gulp-bankrupt/issues"
  },
  "homepage": "https://github.com/mfinelli/gulp-bankrupt#readme",
  "dependencies": {
    "gulp-util": "^3.0.8",
    "through2": "^2.0.3"
  },
  "devDependencies": {
    "eslint": "^3.19.0",
    "gulp": "^3.9.1",
    "tape": "^4.6.3"
  }
}
