-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
40 lines (40 loc) · 993 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
36
37
38
39
40
{
"name": "github-hovercard",
"version": "1.9.4",
"description": "Neat hovercards for GitHub.",
"repository": {
"type": "git",
"url": "https://github.com/Justineo/github-hovercard.git"
},
"keywords": [
"GitHub",
"hovercard",
"WebExtension"
],
"devDependencies": {
"@primer/octicons": "^11.0.0",
"cheerio": "^1.0.0-rc.2",
"datauri": "^1.0.5",
"del": "^2.2.2",
"eslint": "^5.14.1",
"gulp": "^4.0.0",
"gulp-buble": "^0.9.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-stylus": "^2.7.0",
"gulp-uglify": "^1.5.4",
"marked": "^1.2.0",
"merge-stream": "^1.0.1",
"plist": "^2.1.0",
"rename": "^1.0.4"
},
"author": "Justineo",
"license": "MIT",
"bugs": {
"url": "https://github.com/Justineo/github-hovercard/issues"
},
"homepage": "https://justineo.github.io/github-hovercard/",
"browserslist": "last 2 versions"
}