{ "name": "turbo-rss", "version": "1.2.2", "description": "RSS based, feed generator for Yandex turbo", "keywords": [ "yandex", "turbo", "rss yandex", "yandex turbo" ], "main": "lib/index", "scripts": { "test": "tape test --tap | tap-min", "coverage": "istanbul cover tape test -- -R spec" }, "homepage": "https://github.com/LightAir/turbo-rss", "author": { "name": "LightAir", "email": "public@softroot.ru" }, "contributors": [ "LightAir ", "Ivan Pilyugin (aka Archer)", "Dylan Greene ", "Xavier Damman ", "Michael R. Lange", "Victor Jonsson", "Danny Graham", "Patrick Garman ", "Fred Morstatter", "Eric Vantillard ", "Jason Karns ", "Hannah Wolfe " ], "repository": { "type": "git", "url": "https://github.com/LightAir/turbo-rss.git" }, "bugs": { "url": "https://github.com/LightAir/turbo-rss/issues" }, "testling": { "files": "test/*.js", "browsers": [ "ie/9..latest", "chrome/latest", "firefox/latest", "safari/latest", "opera/latest", "iphone/latest", "ipad/latest", "android-browser/latest" ] }, "dependencies": { "xml": "1.0.1" }, "devDependencies": { "eslint": "^7.28.0", "include-folder": "^1.0.0", "mockdate": "^3.0.5", "q": "^1.5.1", "tap-min": "~2.0.0", "tape": "^5.2.2" }, "license": "MIT" }