mirror of
https://github.com/LightAir/turbo-rss.git
synced 2025-12-17 14:27:53 +00:00
68 lines
1.5 KiB
JSON
68 lines
1.5 KiB
JSON
{
|
|
"name": "turbo-rss",
|
|
"version": "2.0.1",
|
|
"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 <public@softroot.ru>",
|
|
"Ivan Pilyugin (aka Archer)",
|
|
"Dylan Greene <dylang@gmail.com>",
|
|
"Xavier Damman <xdamman@gmail.com>",
|
|
"Michael R. Lange",
|
|
"Victor Jonsson",
|
|
"Danny Graham",
|
|
"Patrick Garman <contact@pmgarman.me>",
|
|
"Fred Morstatter",
|
|
"Eric Vantillard <eric.vantillard@evaxion.fr>",
|
|
"Jason Karns <jasonkarns>",
|
|
"Hannah Wolfe <github.erisds@gmail.com>"
|
|
],
|
|
"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"
|
|
}
|