UNPKG

yoda-seo-tips

Version:
38 lines (37 loc) 779 B
{ "name": "yoda-seo-tips", "version": "1.0.0", "description": "SEO tips from Yoda", "main": "dist", "types": "dist", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/skyjur/yoda-seo-tips.git" }, "keywords": [ "SEO", "Yoda", "just-for-fun", "joke", "funny" ], "author": "Skirmantas Jurgaitis", "license": "ISC", "bugs": { "url": "https://github.com/skyjur/yoda-seo-tips/issues" }, "homepage": "https://github.com/skyjur/yoda-seo-tips#readme", "dependencies": { "cheerio": "^1.0.0-rc.2" }, "devDependencies": { "@types/cheerio": "^0.22.7", "@types/mocha": "^2.2.48", "@types/sinon": "^4.3.0", "mocha": "^5.0.4", "sinon": "^4.4.2" } }