{
  "name": "hash-replace",
  "version": "1.0.5",
  "description": "Substitute a webpack-style hash template string. [hash:7]->abcdefg",
  "main": "lib/index.js",
  "scripts": {
    "build": "BABEL_ENV=production babel src --out-dir lib",
    "test": "npm run build && nyc ava --verbose --timeout=10s",
    "prepublish": "npm run build",
    "report-cov": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
  },
  "files": [
    "lib/"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/kaelzhang/node-hash-replace.git"
  },
  "keywords": [
    "hash-replace",
    "replace",
    "hash",
    "webpack",
    "digest",
    "contenthash",
    "chunkhash",
    "hash"
  ],
  "engines": {
    "node": ">=4"
  },
  "author": "kaelzhang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kaelzhang/node-hash-replace/issues"
  },
  "ava": {
    "require": "babel-register",
    "babel": {
      "babelrc": true
    },
    "files": [
      "test/*.js"
    ]
  },
  "devDependencies": {
    "ava": "^0.16.0",
    "babel-cli": "^6.16.0",
    "babel-plugin-syntax-trailing-function-commas": "^6.13.0",
    "babel-plugin-transform-async-to-generator": "^6.22.0",
    "babel-plugin-transform-class-properties": "^6.16.0",
    "babel-plugin-transform-exponentiation-operator": "^6.8.0",
    "babel-plugin-transform-inline-environment-variables": "^6.8.0",
    "babel-plugin-transform-object-rest-spread": "^6.16.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-register": "^6.24.1",
    "codecov": "^2.3.0",
    "nyc": "^11.1.0"
  },
  "dependencies": {
    "babel-runtime": "^6.23.0",
    "loader-utils": "^1.1.0"
  }
}
