forked from lightballer/md5-crypt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 740 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 740 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
{
"name": "md5-crypt",
"version": "1.0.0",
"description": "Node.js md5 console cryptor & decryptor",
"main": "main.js",
"scripts": {
"start": "node main.js",
"test": "node ./test/crypt.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/genericsdevelopmentstudio/md5-crypt/"
},
"keywords": [
"Node",
"md5",
"cryptor",
"JS"
],
"author": "vsokha",
"license": "MIT",
"bugs": {
"url": "https://github.com/genericsdevelopmentstudio/md5-crypt//issues"
},
"homepage": "https://github.com/genericsdevelopmentstudio/md5-crypt/#readme",
"dependencies": {
"md5": "^2.2.1",
"reverse-md5": "0.0.4"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}