UNPKG

seo-html-defect-checker

Version:

Lightweight module for checking SEO HTML defect elements.

39 lines (38 loc) 960 B
{ "name": "seo-html-defect-checker", "version": "v1.0.2", "description": "", "main": "index.js", "scripts": { "test": "jest tests", "lint": "eslint app/**.js src/**.js", "lint:fix": "eslint --fix app/**.js src/**.js" }, "repository": { "type": "git", "url": "git+https://github.com/doha99/seo-html-defect-checker.git" }, "keywords": [ "seo-checker", "seo-html-defect" ], "author": "DoHa", "license": "MIT", "bugs": { "url": "https://github.com/doha99/seo-html-defect-checker/issues" }, "homepage": "https://github.com/doha99/seo-html-defect-checker#readme", "dependencies": { "cheerio": "^1.0.0-rc.2", "request": "^2.85.0" }, "devDependencies": { "eslint": "^4.18.2", "eslint-config-standard": "^11.0.0", "eslint-plugin-jest": "^21.14.0", "eslint-plugin-promise": "^3.7.0", "eslint-plugin-standard": "^3.0.1", "index.js": "^0.0.3", "jest": "^22.4.2" } }