Blame view

framework/thirdparty/javascript-loadimage/package.json 1.15 KB
70f4f18b   Administrator   first_commit
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
38
39
40
41
42
43
44
45
  {
      "name": "blueimp-load-image",
      "version": "1.1.3",
      "title": "JavaScript Load Image",
      "description": "JavaScript Load Image is a function to load images provided as File or Blob objects or via URL. It returns an optionally scaled HTML img or canvas element.",
      "keywords": [
          "javascript",
          "load",
          "loading",
          "image",
          "file",
          "blob",
          "url",
          "scale",
          "scaling",
          "img",
          "canvas"
      ],
      "homepage": "https://github.com/blueimp/JavaScript-Load-Image",
      "author": {
          "name": "Sebastian Tschan",
          "url": "https://blueimp.net"
      },
      "maintainers": [
          {
              "name": "Sebastian Tschan",
              "url": "https://blueimp.net"
          }
      ],
      "repository": {
          "type": "git",
          "url": "git://github.com/blueimp/JavaScript-Load-Image.git"
      },
      "bugs": "https://github.com/blueimp/JavaScript-Load-Image/issues",
      "licenses": [
          {
              "type": "MIT",
              "url": "http://www.opensource.org/licenses/MIT"
          }
      ],
      "files": [
          "load-image.js"
      ],
      "main": "load-image.js"
  }