{
  "name": "diffable-html",
  "version": "4.1.0",
  "description": "Opinionated HTML formatter focused towards making HTML diffs readable.",
  "main": "dist/diffable-html.js",
  "author": "Raymond RUTJES <raymond.rutjes@gmail.com> (https://github.com/rayrutjes/)",
  "license": "MIT",
  "scripts": {
    "build": "rollup --config",
    "build:watch": "rollup --config --watch",
    "test": "jest --verbose",
    "changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file",
    "changelog:unreleased": "conventional-changelog --preset angular --output-unreleased"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rayrutjes/diffable-html.git"
  },
  "keywords": [
    "html",
    "formatter",
    "diff",
    "diffable",
    "jest",
    "snapshot",
    "serializer",
    "snapshotSerializer",
    "string",
    "vue",
    "vue.js",
    "test",
    "beautifier",
    "js-beautify"
  ],
  "bugs": {
    "url": "https://github.com/rayrutjes/diffable-html/issues"
  },
  "homepage": "https://github.com/rayrutjes/diffable-html#readme",
  "dependencies": {
    "htmlparser2": "^3.9.2"
  },
  "devDependencies": {
    "babel-jest": "^19.0.0",
    "babel-preset-es2015": "^6.24.1",
    "conventional-changelog-cli": "^1.3.5",
    "jest": "^19.0.2",
    "rollup": "^0.41.6",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-watch": "^3.2.2"
  }
}
