{
  "name": "modify-html",
  "version": "1.0.1",
  "description": "Takes HTML from stdin and outputs modified HTML",
  "main": "modify-html.js",
  "bin": "./modify-html.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git://github.com/jaytula/modify-html.git"
  },
  "dependencies": {
    "commander": "^2.15.1",
    "jquery": "^3.3.1",
    "jsdom": "^11.11.0",
    "npm": "^6.1.0"
  }
}
