UNPKG

716 BJSONView Raw
1{
2 "author": "Paul Vorbach <paul@vorb.de> (http://vorb.de)",
3 "contributors": [
4 "salba"
5 ],
6 "name": "MD5",
7 "description": "native js function for hashing messages with MD5",
8 "tags": [
9 "md5",
10 "hash",
11 "encryption",
12 "native",
13 "message digest"
14 ],
15 "version": "1.2.1",
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/pvorb/node-md5.git"
19 },
20 "bugs": {
21 "url": "https://github.com/pvorb/node-md5/issues"
22 },
23 "main": "md5.js",
24 "scripts": {
25 "test": "mocha"
26 },
27 "engines": {
28 "node": "*"
29 },
30 "dependencies": {
31 "charenc": ">= 0.0.1",
32 "crypt": ">= 0.0.1"
33 },
34 "devDependencies": {
35 "mocha": "~ 1.4.2"
36 },
37 "optionalDependencies": {}
38}