-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 847 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
28
29
30
31
32
33
34
35
{
"name": "github-wiki-search",
"version": "1.0.3",
"description": "Browser extension for adding a simple search box to GitHub wikis.",
"keywords": [
"chrome",
"firefox",
"safari",
"extension",
"github",
"wiki",
"search"
],
"repository": {
"type": "git",
"url": "https://github.com/tannerhodges/github-wiki-search.git"
},
"private": false,
"scripts": {
"build": "gulp"
},
"bugs": {
"url": "https://github.com/tannerhodges/github-wiki-search/issues"
},
"homepage": "https://github.com/tannerhodges/github-wiki-search#readme",
"dependencies": {
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"gulp": "^4.0.2",
"gulp-zip": "^5.1.0"
},
"author": "Tanner Hodges <[email protected]>",
"license": "MIT"
}