Skip to content

Commit 259eba5

Browse files
committed
Create composer.json
same content as package.json
1 parent 464fa50 commit 259eba5

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

composer.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"name": "blueimp-load-image",
3+
"version": "1.14.0",
4+
"title": "JavaScript Load Image",
5+
"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.",
6+
"keywords": [
7+
"javascript",
8+
"load",
9+
"loading",
10+
"image",
11+
"file",
12+
"blob",
13+
"url",
14+
"scale",
15+
"crop",
16+
"img",
17+
"canvas",
18+
"meta",
19+
"exif",
20+
"thumbnail",
21+
"resizing"
22+
],
23+
"homepage": "https://github.com/blueimp/JavaScript-Load-Image",
24+
"author": {
25+
"name": "Sebastian Tschan",
26+
"url": "https://blueimp.net"
27+
},
28+
"maintainers": [
29+
{
30+
"name": "Sebastian Tschan",
31+
"url": "https://blueimp.net"
32+
}
33+
],
34+
"repository": {
35+
"type": "git",
36+
"url": "git://github.com/blueimp/JavaScript-Load-Image.git"
37+
},
38+
"bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues",
39+
"license": "MIT",
40+
"devDependencies": {
41+
"grunt": "~0.4.5",
42+
"grunt-contrib-uglify": "~0.5.1",
43+
"grunt-contrib-jshint": "~0.10.0",
44+
"grunt-bump-build-git": "~1.1.1"
45+
}
46+
}

0 commit comments

Comments
 (0)