-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "chrome-ext-utils",
"version": "1.0.0",
"description": "Chrome Extension utilities",
"repository": {
"type": "git",
"url": "https://github.com/opus1269/chrome-ext-utils.git"
},
"author": {
"name": "Michael A. Updike",
"email": "[email protected]"
},
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/opus1269/chrome-ext-utils/issues"
},
"homepage": "https://github.com/opus1269/chrome-ext-utils",
"private": true,
"devDependencies": {
"eslint": "^4.10.0",
"eslint-config-google": "^0.13.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-promise": "^3.6.0",
"gulp": "^4.0.0",
"gulp-eslint": "^4.0.0",
"gulp-plumber": "^1.1.0",
"gulp-remove-code": "^3.0.4",
"gulp-tslint": "^8.1.4",
"gulp-typedoc": "^2.2.2",
"gulp-typescript": "^5.0.1",
"tslint": "^5.16.0",
"typedoc": "^0.14.2",
"typedoc-plugin-external-module-name": "^2.0.0",
"typescript": "^3.4.5"
},
"dependencies": {
"@types/chrome": "^0.0.85",
"chrome-promise": "^3.0.4"
}
}