blob: a2d6daefec15917d8d62c180928d3d90498a1d8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "tt-rss",
"description": "A free, flexible, open-source, web-based news feed (RSS/Atom/other) reader and aggregator.",
"version": "1.0.0",
"type": "module",
"devDependencies": {
"@stylistic/eslint-plugin": "^5.4.0",
"eslint": "^9.37.0",
"globals": "^16.4.0",
"gulp": "^5.0.1",
"gulp-less": "^5.0.0",
"gulp-touch-fd": "^2.0.0",
"less": "^4.4.1"
}
}
|