summaryrefslogtreecommitdiff
path: root/package.json
blob: 7c0815d094c9a09d9d2ce528403a19b26cce298b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "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",
    "globals": "^16.4.0",
    "gulp": "^5.0.1",
    "gulp-less": "^5.0.0",
    "gulp-touch-fd": "^2.0.0",
    "less": "^4.4.1"
  }
}