-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
27 lines (27 loc) · 832 Bytes
/
package.json
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
{
"name": "chrome-read-later",
"version": "9.0.5",
"description": "A temporary bookmark focuses on reading later, rather than closing and removing, with several Vim keybindings!",
"main": "popup.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willbchang/chrome-read-later.git"
},
"keywords": [
"chrome-extension"
],
"author": "Will B Chang",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/willbchang/chrome-read-later/issues"
},
"homepage": "https://github.com/willbchang/chrome-read-later#readme",
"devDependencies": {
"@types/chrome": "0.0.268",
"@types/jquery": "^3.5.30",
"eslint": "9.4.0"
}
}