UNPKG

whisper.json

Version:

Uses secure-keys to transform a piped stream of text to the encrypted/decrypted version

41 lines (40 loc) 965 B
{ "name": "whisper.json", "version": "1.0.0", "description": "Uses secure-keys to transform a piped stream of text to the encrypted/decrypted version", "main": "index.js", "bin": { "whisper": "bin/whisper.js", "whisper.json": "bin/whisper.js" }, "scripts": { "test": "mocha test/index.test.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/jcrugzz/whisper.json.git" }, "keywords": [ "secure-keys", "config", "transform", "edit" ], "author": "Jarrett Cruger <jcrugzz@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/jcrugzz/whisper.json/issues" }, "homepage": "https://github.com/jcrugzz/whisper.json#readme", "dependencies": { "concat-stream": "~1.5.2", "duplexify": "~3.5.0", "from2-string": "~1.1.0", "minimist": "~1.2.0", "secure-keys": "~1.0.0" }, "devDependencies": { "assume": "~1.4.1", "mocha": "~3.1.2" } }