service auth package md5

This commit is contained in:
Vicente Falco 2018-02-08 13:06:12 +01:00
parent 013880cb0a
commit d6b010387a
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@
"start": "node .",
"posttest": "npm run lint && nsp check"
},
"dependencies": {},
"dependencies": {
"md5": "^2.2.1"
},
"repository": {
"type": "git",
"url": "https://git.verdnatura.es/salix"