aboutsummaryrefslogtreecommitdiff
path: root/node_modules/md5-o-matic/package.json
blob: b3e662bd689205cbfd6f4f3b26896552527af0b7 (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
{
  "name": "md5-o-matic",
  "version": "0.1.1",
  "description": "Fast and simple MD5 hashing utility with zero module dependencies. View MD5 Shootout results, http://jsperf.com/md5-shootout/39",
  "main": "lib/md5omatic.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/trentmillar/md5-o-matic.git"
  },
  "keywords": [
    "md5",
    "hashing",
    "hash",
    "encrypt",
    "security",
    "fast",
    "md5-o-matic"
  ],
  "readmeFilename": "README.md",
  "author": {
    "name": "Trent Millar"
  },
  "licenses": [
    {
	  "type": "MIT",
	  "url": "https://github.com/trentmillar/md5-o-matic/blob/master/LICENSE"
	}
  ],
  "devDependencies": {
    "mocha": "",
    "should": ""
  },
  "readme": "# md5-o-matic\n\nMD5 Shootout and how it stacks up - http://jsperf.com/md5-shootout/39\nMD5-o-matic provides simple & fast MD5 hashing for Node.js that requires no other module dependencies.\n",
  "bugs": {
    "url": "https://github.com/trentmillar/md5-o-matic/issues"
  },
  "homepage": "https://github.com/trentmillar/md5-o-matic"
}