{
  "name": "@goateeya/html-scanner",
  "version": "1.0.4",
  "description": "html file rule checking by config",
  "main": "./lib/newscanner.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/goateeya/htmlscanner.git"
  },
  "author": "Gordan Kao <goateeya@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/goateeya/htmlscanner/issues"
  },
  "homepage": "https://github.com/goateeya/htmlscanner#readme",
  "dependencies": {
    "jsdom": "^11.11.0"
  },
  "devDependencies": {
    "mocha": "^5.2.0",
    "should": "^13.2.1"
  }
}
