-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
25 lines (25 loc) · 806 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
{
"name": "auto-save-html",
"version": "2.0.3",
"description": "Auto Save HTML is a small extension which can be used to automatically download the HTML document(s) of a specified website when browsing that same website.",
"main": "manifest.json",
"scripts": {
"lint": "tslint --project tsconfig.json",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nunoarruda/auto-save-html.git"
},
"author": "Nuno Arruda <nuno@nunoarruda.com> (https://nunoarruda.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nunoarruda/auto-save-html/issues"
},
"homepage": "https://github.com/nunoarruda/auto-save-html#readme",
"devDependencies": {
"tslint": "^6.1.0",
"typescript": "^3.8.3",
"web-ext-types": "^3.2.1"
}
}