{
  "name": "html-compare-switch",
  "version": "0.0.3",
  "description": "Diffing module that understands HTML and gives semantic information about what was changed. Compare character per character.",
  "main": "lib/index.js",
  "scripts": {
    
  },
  "keywords": [
    "diff",
    "html",
    "compare",
    "semantic",
    "cheerio"
  ],
  "repository": "farhanswitch/html-compare-switch",
  "author": "Muhammad Farhan <farhan.muhammad11@programmer.net>",
  "license": "Zlib",
  "devDependencies": {
    "chai": "^4.2.0",
    "coveralls": "^3.0.6",
    "jshint": "^2.10.2",
    "mocha": "^6.2.0",
    "nyc": "^14.1.1",
    "q-io": "^1.13.6"
  },
  "dependencies": {
    "cheerio": "0.22.0",
    "colors": "1.3.3",
    "diff": "4.0.1",
    "lodash": "4.17.15"
  }
}
