ls_crypto
Version:
20 lines (19 loc) • 357 B
JSON
{
"name": "ls_crypto",
"version": "2.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"crypto",
"hash256"
],
"author": "jiatingyu94@gmail.com",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"urlsafe-base64": "^1.0.0"
}
}