UNPKG

secrets.js-34r7h

Version:

Shamir's threshold secret sharing scheme for JavaScript.

51 lines (50 loc) 1.49 kB
{ "name": "secrets.js-34r7h", "version": "2.0.2", "description": "Shamir's threshold secret sharing scheme for JavaScript.", "main": "secrets.js", "directories": { "example": "examples" }, "dependencies": {}, "devDependencies": { "grunt": "^1.0", "grunt-check-modules": "^1.0.0", "grunt-contrib-uglify": "^4.0", "grunt-contrib-watch": "^1.1", "grunt-jasmine-nodejs": "^1.6", "jasmine": "^3.4.0", "jquery": "^3.4", "uglify-js": "^3.6.0" }, "scripts": { "build": "./node_modules/.bin/grunt uglify", "test": "./node_modules/.bin/jasmine", "test-browser": "open SpecRunner.html", "test-browser-min": "npm run build && open SpecRunnerMinified.html", "test-benchmark": "npm run build && open benchmark/benchmark.html", "watch": "./node_modules/.bin/grunt watch" }, "repository": { "type": "git", "url": "https://github.com/34r7h/secrets.js.git" }, "keywords": [ "secret", "sharing", "shamir", "cryptography", "split" ], "author": "Alexander Stetsyuk <alexstets@gmail.com>", "contributors": [ "Glenn Rempe <glenn@rempe.us>", "34r7h" ], "license": "MIT", "bugs": { "url": "https://github.com/34r7h/secrets.js/issues" }, "homepage": "https://github.com/34r7h/secrets.js", "typings": "./secrets.js.d.ts" }