UNPKG

triplesec

Version:

A CommonJS-compliant system for secure encryption of smallish secrets

45 lines 1.06 kB
{ "name": "triplesec", "version": "4.0.3", "description": "A CommonJS-compliant system for secure encryption of smallish secrets", "homepage": "https://github.com/keybase/triplesec", "repository": { "type": "git", "url": "https://github.com/keybase/triplesec.git" }, "directories": { "lib": "lib" }, "scripts": { "test": "make test", "build": "make" }, "main": "lib/main", "devDependencies": { "browserify": "^16.2.3", "colors": "~0.6.2", "cryptojs-1sp": "3.1.2-a", "deep-equal": "~0.1.0", "iced-coffee-script": "108.0.8", "iced-test": "~0.0.8", "iced-utils": "~0.1.1", "icsify": "^0.7.0", "optimist": "~0.6.0", "rsp2json": "~0.0.1" }, "dependencies": { "iced-error": ">=0.0.9", "iced-lock": "^1.0.1", "iced-runtime": "^1.0.2", "more-entropy": ">=0.0.7", "progress": "~1.1.2", "uglify-js": "^3.1.9" }, "author": "keybase", "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" } ] }