-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "feedly-notifier",
"description": "Feedly Notifier is a tiny extension that keeps you up to date with your feedly subscriptions.",
"devDependencies": {
"@eslint/compat": "^2.1.0",
"@eslint/js": "^10.0.1",
"eslint": "^10.4.1",
"eslint-plugin-jquery": "^1.5.1",
"globals": "^17.6.0",
"grunt": "^1.6.2",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-preprocess": "^5.1.0",
"grunt-string-replace": "^1.3.3",
"grunt-zip": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/olsh/Feedly-Notifier.git"
},
"author": "Dmitriy Samodov, Oleg Shevchenko",
"bugs": {
"url": "https://github.com/olsh/Feedly-Notifier/issues"
},
"sourcePath": "src",
"buildPath": "build",
"libPath": "node_modules",
"dependencies": {
"dompurify": "^3.4.7",
"jquery": "^4.0.0",
"mustache": "^4.2.0",
"timeago.js": "^4.0.1",
"webextension-polyfill": "^0.12.0"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix"
}
}