-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 788 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 788 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
{
"name": "gulp-imgsizefix",
"version": "1.3.1",
"description": "Fix the IMG tags size (width and height) attributes.",
"main": "index.js",
"scripts": {
"test": "gulp --gulpfile test/gulpfile.js"
},
"keywords": [
"gulp",
"gulpplugin"
],
"author": "AtuyL",
"license": "ISC",
"devDependencies": {
"gulp": "^3.8.6",
"gulp-rename": "^1.2.0"
},
"dependencies": {
"imgsizefix": "git://github.com/AtuyL/imgsizefix.git#1e3daf40eda643eae15d989d72e6bbd4c2ef7f93"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/AtuyL/gulp-imgsizefix.git"
},
"bugs": {
"url": "https://github.com/AtuyL/gulp-imgsizefix/issues"
},
"homepage": "https://github.com/AtuyL/gulp-imgsizefix"
}