-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 898 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 898 Bytes
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
{
"repository": {
"type": "git",
"url": "https://github.com/saikojosh/md5-base64.git"
},
"bugs": {
"url": "https://github.com/saikojosh/md5-base64/issues"
},
"name": "md5-base64",
"version": "0.0.3",
"description": "Quickly create MD5 hashes encoded as base64 strings.",
"keywords": [
"md5",
"hash",
"encoding",
"encode",
"base64"
],
"main": "index.js",
"author": "Josh Cole <saikojosh@gmail.com> (http://www.JoshuaCole.me)",
"contributors": [
{
"name": "Josh Cole",
"email": "saikojosh@gmail.com"
}
],
"devDependencies": {
"eslint": "2.8.x",
"eslint-config-airbnb": "8.0.x",
"eslint-config-settled": "latest",
"eslint-plugin-babel": "3.2.x",
"eslint-plugin-import": "1.6.x",
"eslint-plugin-jsx-a11y": "1.0.x",
"eslint-plugin-react": "5.0.x"
},
"dependencies": {},
"license": "MIT"
}