-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 788 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 788 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
{
"name": "node-django-hashers",
"version": "1.1.6",
"dependencies": {
"argon2-ffi": "^1.1.0",
"assert": "^1.4.1",
"bcryptjs": "^2.3.0",
"node-gyp": "^3.7.0"
},
"description": "All password hashing algorithms for Django implemented in javascript for nodejs projects.",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kalvish21/hashers.git"
},
"keywords": [
"django",
"password",
"hashing"
],
"author": "Kalyan Vishnubhatla <kalvish@gmail.com> (https://medium.com/@kalvish)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kalvish21/hashers/issues"
},
"homepage": "https://github.com/kalvish21/hashers#readme"
}