blob: 31dcfbd7ea9f2d2778c49f638c9658c0bc9e9ad7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"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": {
"eslint": "^9.37.0",
"gulp": "^5.0.1",
"gulp-less": "^5.0.0",
"gulp-touch-fd": "^2.0.0",
"less": "^4.4.1"
}
}
|