UNPKG

@passmarked/seo

Version:

Rules related to checking for any SEO issues on the page given

48 lines (47 loc) 1 kB
{ "name": "@passmarked/seo", "version": "1.0.9", "description": "Rules related to checking for any SEO issues on the page given", "main": "index.js", "scripts": { "test": "NODE_ENV=testing mocha" }, "author": "Passmarked <devops@passmarked.com>", "repository": { "type": "git", "url": "git@github.com:passmarked/seo.git" }, "keywords": [ "html", "passmarked", "passmark", "security", "standards", "test", "suite", "seo", "robots", "robots.txt" ], "license": "Apache-2.0", "dependencies": { "async": "^2.1.4", "blocked": "^1.2.1", "cheerio": "^0.22.0", "diff": "^3.2.0", "html": "1.0.0", "passmarked": "*", "request": "^2.79.0", "robots": "^0.9.4", "robots-parser": "^1.0.1", "string": "^3.3.3", "tldjs": "^1.7.0", "ua-parser-js": "^0.7.12", "underscore": "^1.8.3", "winston": "^2.3.0", "xml2js": "^0.4.17" }, "devDependencies": { "mocha": "^3.2.0" } }