UNPKG

seo-checker

Version:

A library for checking basic SEO signals of a website

44 lines (43 loc) 1.06 kB
{ "name": "seo-checker", "version": "0.3.2", "description": "A library for checking basic SEO signals of a website", "main": "src/index.js", "scripts": { "test": "grunt nodeunit" }, "repository": { "type": "git", "url": "https://github.com/Clever-Labs/seo-checker.git" }, "keywords": [ "SEO", "HTML", "parser", "crawler" ], "author": "Bill Patrianakos @ Clever Labs", "license": "MIT", "bugs": { "url": "https://github.com/Clever-Labs/seo-checker/issues" }, "homepage": "https://github.com/Clever-Labs/seo-checker", "dependencies": { "cheerio": "^0.18.0", "request": "^2.51.0", "simplecrawler": "^0.3.10", "valid-url": "^1.0.9" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-watch": "^0.6.1", "grunt-docco": "^0.3.3", "grunt-shell": "^1.1.1", "grunt-todos": "^0.3.0", "jshint-stylish": "^1.0.0", "load-grunt-tasks": "^2.0.0", "time-grunt": "^1.0.0" } }