This commit is contained in:
parent
be240d8754
commit
9931302872
9
CHANGELOG.md
Normal file
9
CHANGELOG.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
aes encryption functions
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
initial release
|
14
package.json
14
package.json
@ -2,14 +2,20 @@
|
|||||||
"name": "@sapphirecode/crypto-helper",
|
"name": "@sapphirecode/crypto-helper",
|
||||||
"version": "1.1.56",
|
"version": "1.1.56",
|
||||||
"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/crypto-helper",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cryptography"
|
"cryptography",
|
||||||
|
"crypto",
|
||||||
|
"hashing"
|
||||||
],
|
],
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@git.scode.ovh:timo/crypto-helper"
|
"url": "https://git.scode.ovh:timo/crypto-helper.git"
|
||||||
},
|
},
|
||||||
"description": "simple functions for cryptography",
|
"description": "simple functions for cryptography",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -33,4 +39,4 @@
|
|||||||
"LICENSE",
|
"LICENSE",
|
||||||
"index.js"
|
"index.js"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user