summaryrefslogtreecommitdiffstats
path: root/core/vendor/blueimp-md5/.bower.json
blob: 5559df825c5459bd95b1fddc2d1cefd1caaaad5e (plain)
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
46
47
48
49
50
51
52
53
54
{
  "name": "blueimp-md5",
  "version": "1.1.0",
  "title": "JavaScript MD5",
  "description": "JavaScript MD5 implementation.",
  "keywords": [
    "javascript",
    "md5"
  ],
  "homepage": "https://github.com/blueimp/JavaScript-MD5",
  "author": {
    "name": "Sebastian Tschan",
    "url": "https://blueimp.net"
  },
  "maintainers": [
    {
      "name": "Sebastian Tschan",
      "url": "https://blueimp.net"
    }
  ],
  "contributors": [
    {
      "name": "Paul Johnston",
      "url": "http://pajhome.org.uk/crypt/md5"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/blueimp/JavaScript-MD5.git"
  },
  "bugs": "https://github.com/blueimp/JavaScript-MD5/issues",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "main": "js/md5.js",
  "ignore": [
    "/*.*",
    "css",
    "js/demo.js",
    "test"
  ],
  "_release": "1.1.0",
  "_resolution": {
    "type": "version",
    "tag": "1.1.0",
    "commit": "b187bf0abe24bacbca83ea4799978b78829e7914"
  },
  "_source": "git://github.com/blueimp/JavaScript-MD5.git",
  "_target": "~1.1.0",
  "_originalSource": "blueimp-md5"
}