@kohanajs/mod-crypto
Version:
Web Crypto Helper for KohanaJS
32 lines (31 loc) • 657 B
JSON
{
"name": "@kohanajs/mod-crypto",
"version": "3.0.4",
"description": "Web Crypto Helper for KohanaJS",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/kohana-js/modules/crypto.git"
},
"keywords": [
"kohanajs",
"webcrypto",
"crypto",
"hash",
"sign",
"verify"
],
"author": "Kojin Nakana",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/kohana-js/modules/crypto/issues"
},
"homepage": "https://gitlab.com/kohana-js/modules/crypto#readme",
"dependencies": {}
}