This commit is contained in:
parent
67c0cb40de
commit
e84f29b28d
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
initial release
|
16
package.json
16
package.json
@ -1,13 +1,17 @@
|
|||||||
{
|
{
|
||||||
"name": "@sapphirecode/password-helper",
|
"name": "@sapphirecode/password-helper",
|
||||||
"version": "1.0.47",
|
"version": "1.0.46",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"author": "Timo Hocker <timo@scode.ovh>",
|
"author": {
|
||||||
|
"name": "Timo Hocker",
|
||||||
|
"email": "timo@scode.ovh"
|
||||||
|
},
|
||||||
|
"bugs": "https://redmine.scode.ovh/projects/password-helper",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "easy password storage with argon2",
|
"description": "easy password storage with argon2",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@git.scode.ovh:timo/password-helper"
|
"url": "https://git.scode.ovh:timo/password-helper.git"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sapphirecode/encoding-helper": "^1.0.38",
|
"@sapphirecode/encoding-helper": "^1.0.38",
|
||||||
@ -33,5 +37,9 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"LICENSE",
|
"LICENSE",
|
||||||
"index.js"
|
"index.js"
|
||||||
|
],
|
||||||
|
"keywords": [
|
||||||
|
"argon2",
|
||||||
|
"hashing"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user