UNPKG

sjcl

Version:
34 lines (33 loc) 693 B
{ "name": "sjcl", "version": "1.0.9", "description": "Stanford Javascript Crypto Library", "main": "sjcl.js", "author": "bitwiseshiftleft", "license": "(BSD-2-Clause OR GPL-2.0-only)", "homepage": "https://github.com/bitwiseshiftleft/sjcl", "keywords": [ "encryption", "high-level", "crypto" ], "repository": { "type": "git", "url": "https://github.com/bitwiseshiftleft/sjcl.git" }, "scripts": { "test": "make test", "jsdoc": "jsdoc -c jsdoc.conf.json", "lint": "eslint . || true" }, "browser": { "crypto": false }, "engines": { "node": "*" }, "devDependencies": { "eslint": "^2.11.1", "jsdoc": "3.4.0" } }