-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
37 lines (37 loc) · 947 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
{
"name": "github.expandinizr",
"version": "2.0.2",
"description": "Chrome extension that improves the GitHub experience",
"repository": {
"type": "git",
"url": "https://github.com/thecodejunkie/github.expandinizr"
},
"keywords": [
"github",
"responsive",
"chrome"
],
"author": "Andreas Håkansson",
"license": "MIT",
"bugs": {
"url": "https://github.com/thecodejunkie/github.expandinizr/issues"
},
"homepage": "https://github.com/thecodejunkie/github.expandinizr",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.2.0",
"gulp-cleanhtml": "^1.0.3",
"gulp-imagemin": "^6.0.0",
"gulp-json-editor": "^2.2.1",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^5.0.0"
},
"dependencies": {
"jquery": "^3.5.0"
}
}