-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 780 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 780 Bytes
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": "iZoom",
"version": "0.9.11",
"description": "Chrome extension that automatically changes zoom level to fit window width",
"contributors": [{
"name": "João Correia",
"email": "joaope@gmail.com"
}],
"repository": {
"type": "git",
"url": "https://github.com/joaope/izoom"
},
"bugs": {
"url": "https://github.com/joaope/izoom/issues"
},
"keywords": [
"izoom",
"zoom",
"chrome",
"extension"
],
"dependencies": {
"jsuri": "1.3.1"
},
"devDependencies": {
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-uglify": "1.5.2",
"gulp-less": "3.0.5",
"gulp-cssnano": "2.1.0",
"gulp-if": "2.0.0",
"gulp-util": "3.0.7",
"gulp-zip": "3.1.0"
},
"license": "MIT"
}