UNPKG

js-salsa20

Version:

Pure JavaScript Salsa20 stream cipher

47 lines (46 loc) 1.17 kB
{ "name": "js-salsa20", "version": "1.0.0", "description": "Pure JavaScript Salsa20 stream cipher", "main": "src/jssalsa20.js", "directories": { "test": "test", "src": "src" }, "devDependencies": { "babel-eslint": "^7.1.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-babili": "^0.0.10", "babel-preset-env": "^1.1.8", "babel-preset-es2015": "^6.18.0", "babili": "^0.0.10", "eslint": "^3.13.1", "standard": "^8.6.0", "tap-spec": "^4.1.1", "tape": "^4.6.3", "tape-watch": "^2.2.4" }, "scripts": { "test": "tape -r babel-register test/**/*.test.js | tap-spec", "watch": "tape-watch test/**/*.test.js -r babel-register -p tap-spec", "lint": "standard ./src/jssalsa20.js" }, "repository": { "type": "git", "url": "git+https://github.com/thesimj/js-salsa20.git" }, "keywords": [ "cryptography", "cipher", "encryption", "stream", "salsa", "salsa20" ], "author": "Mykola Bubelich", "license": "MIT", "bugs": { "url": "https://github.com/thesimj/js-salsa20/issues" }, "homepage": "https://github.com/thesimj/js-salsa20#readme" }