Skip to content

Commit cb1c6a7

Browse files
committed
Update composer.json
1 parent 1f6ff2f commit cb1c6a7

File tree

1 file changed

+1
-39
lines changed

1 file changed

+1
-39
lines changed

composer.json

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -12,43 +12,5 @@
1212
}
1313
}
1414
}
15-
],
16-
"title": "JavaScript Load Image",
17-
"description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.",
18-
"keywords": [
19-
"javascript",
20-
"load",
21-
"loading",
22-
"image",
23-
"file",
24-
"blob",
25-
"url",
26-
"scale",
27-
"crop",
28-
"img",
29-
"canvas",
30-
"meta",
31-
"exif",
32-
"thumbnail",
33-
"resizing"
34-
],
35-
"homepage": "https://github.com/blueimp/JavaScript-Load-Image",
36-
"author": {
37-
"name": "Sebastian Tschan",
38-
"url": "https://blueimp.net"
39-
},
40-
"maintainers": [
41-
{
42-
"name": "Sebastian Tschan",
43-
"url": "https://blueimp.net"
44-
}
45-
],
46-
"bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues",
47-
"license": "MIT",
48-
"devDependencies": {
49-
"grunt": "~0.4.5",
50-
"grunt-contrib-uglify": "~0.5.1",
51-
"grunt-contrib-jshint": "~0.10.0",
52-
"grunt-bump-build-git": "~1.1.1"
53-
}
15+
]
5416
}

0 commit comments

Comments
 (0)