|
1 | 1 | { |
2 | | - "name": "blueimp-md5", |
3 | | - "version": "1.0.3", |
4 | | - "title": "JavaScript MD5", |
5 | | - "description": "JavaScript MD5 implementation.", |
6 | | - "keywords": [ |
7 | | - "javascript", |
8 | | - "md5" |
9 | | - ], |
10 | | - "homepage": "https://github.com/blueimp/JavaScript-MD5", |
11 | | - "author": { |
12 | | - "name": "Sebastian Tschan", |
13 | | - "url": "https://blueimp.net" |
14 | | - }, |
15 | | - "maintainers": [ |
16 | | - { |
17 | | - "name": "Sebastian Tschan", |
18 | | - "url": "https://blueimp.net" |
19 | | - } |
20 | | - ], |
21 | | - "contributors": [ |
22 | | - { |
23 | | - "name": "Paul Johnston", |
24 | | - "url": "http://pajhome.org.uk/crypt/md5" |
25 | | - } |
26 | | - ], |
27 | | - "repository": { |
28 | | - "type": "git", |
29 | | - "url": "git://github.com/blueimp/JavaScript-MD5.git" |
30 | | - }, |
31 | | - "bugs": "https://github.com/blueimp/JavaScript-MD5/issues", |
32 | | - "licenses": [ |
33 | | - { |
34 | | - "type": "MIT", |
35 | | - "url": "http://www.opensource.org/licenses/MIT" |
36 | | - } |
37 | | - ], |
38 | | - "devDependencies": { |
39 | | - "mocha": "1.11.0", |
40 | | - "expect.js": "0.2.0", |
41 | | - "uglify-js": "2.3.6" |
42 | | - }, |
43 | | - "scripts": { |
44 | | - "test": "mocha --reporter spec" |
45 | | - }, |
46 | | - "main": "js/md5.js" |
| 2 | + "name": "blueimp-md5", |
| 3 | + "version": "1.1.0", |
| 4 | + "title": "JavaScript MD5", |
| 5 | + "description": "JavaScript MD5 implementation.", |
| 6 | + "keywords": [ |
| 7 | + "javascript", |
| 8 | + "md5" |
| 9 | + ], |
| 10 | + "homepage": "https://github.com/blueimp/JavaScript-MD5", |
| 11 | + "author": { |
| 12 | + "name": "Sebastian Tschan", |
| 13 | + "url": "https://blueimp.net" |
| 14 | + }, |
| 15 | + "maintainers": [ |
| 16 | + { |
| 17 | + "name": "Sebastian Tschan", |
| 18 | + "url": "https://blueimp.net" |
| 19 | + } |
| 20 | + ], |
| 21 | + "contributors": [ |
| 22 | + { |
| 23 | + "name": "Paul Johnston", |
| 24 | + "url": "http://pajhome.org.uk/crypt/md5" |
| 25 | + } |
| 26 | + ], |
| 27 | + "repository": { |
| 28 | + "type": "git", |
| 29 | + "url": "git://github.com/blueimp/JavaScript-MD5.git" |
| 30 | + }, |
| 31 | + "bugs": "https://github.com/blueimp/JavaScript-MD5/issues", |
| 32 | + "licenses": [ |
| 33 | + { |
| 34 | + "type": "MIT", |
| 35 | + "url": "http://www.opensource.org/licenses/MIT" |
| 36 | + } |
| 37 | + ], |
| 38 | + "devDependencies": { |
| 39 | + "grunt": "~0.4.1", |
| 40 | + "grunt-contrib-uglify": "~0.2.7", |
| 41 | + "grunt-contrib-jshint": "~0.7.1", |
| 42 | + "grunt-bump-build-git": "~1.0.0", |
| 43 | + "grunt-simple-mocha": "~0.4.0", |
| 44 | + "grunt-mocha": "~0.4.1", |
| 45 | + "expect.js": "0.2.0" |
| 46 | + }, |
| 47 | + "scripts": { |
| 48 | + "test": "grunt test" |
| 49 | + }, |
| 50 | + "main": "js/md5.js" |
47 | 51 | } |
0 commit comments