{
  "name": "@limedocs/transformer-cacheable-assets",
  "version": "1.0.0-beta.18",
  "description": "Make assets cache-friendly by appending a hash to their filename",
  "author": "Matthias Etienne <matt@allty.com>",
  "homepage": "https://github.com/mattallty/limedocs#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mattallty/limedocs.git"
  },
  "scripts": {
    "test": "jest",
    "cover": "jest --coverage",
    "build": "../../scripts/build.sh",
    "clean:dist": "rm -rf dist"
  },
  "bugs": {
    "url": "https://github.com/mattallty/limedocs/issues"
  },
  "peerDependencies": {
    "@limedocs/core": "^1.0.0-beta.13"
  },
  "dependencies": {
    "@babel/runtime": "^7.4.5"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.5",
    "@babel/register": "^7.0.0",
    "@limedocs/core": "^1.0.0-beta.18",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^24.8.0",
    "jest": "^24.8.0",
    "jest-extended": "^0.11.1"
  },
  "gitHead": "08bb84dadeb3efbed91978eec80b1d245b797261"
}
