sjcl-aws
Version:
Stanford Javascript Crypto Library
30 lines (29 loc) • 606 B
JSON
{
"name": "sjcl-aws",
"version": "1.0.8",
"description": "Stanford Javascript Crypto Library",
"main": "sjcl.js",
"author": "bitwiseshiftleft",
"keywords": [
"encryption",
"high-level",
"crypto"
],
"homepage": "https://github.com/borisirota/sjcl-aws",
"repository": {
"type": "git",
"url": "https://github.com/borisirota/sjcl-aws.git"
},
"scripts": {
"test": "make test",
"jsdoc": "jsdoc -c jsdoc.conf.json",
"lint": "eslint . || true"
},
"engines": {
"node": "*"
},
"devDependencies": {
"eslint": "^2.11.1",
"jsdoc": "3.4.0"
}
}