{
  "name": "rollup-plugin-hash",
  "version": "1.3.0",
  "description": "Rollup plugin to add a checksum to your destination filename",
  "main": "dist/rollup-plugin-hash.js",
  "module": "dist/rollup-plugin-hash.es.js",
  "jsnext:main": "dist/rollup-plugin-hash.es.js",
  "repository": "http://github.com/phamann/rollup-plugin-hash",
  "author": "Patrick Hamann",
  "license": "MIT",
  "keywords": [
    "rollup",
    "rollup-plugin",
    "hash",
    "rev"
  ],
  "scripts": {
    "lint": "eslint src/index.js",
    "pretest": "npm run build",
    "test": "mocha",
    "build": "rollup -c",
    "prepublish": "npm run lint && npm test && npm run build"
  },
  "devDependencies": {
    "buble": "^0.15.2",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "chai-spies": "^0.7.1",
    "eslint": "^3.13.1",
    "mocha": "^3.2.0",
    "rollup": "^0.48.0",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-plugin-commonjs": "^7.0.0",
    "rollup-plugin-node-resolve": "^2.0.0"
  },
  "dependencies": {
    "hasha": "^2.2.0"
  },
  "files": [
    "dist",
    "README.md"
  ]
}
