UNPKG

js-chacha8

Version:

Pure JavaScript ChaCha8 stream cipher

54 lines (53 loc) 1.37 kB
{ "name": "js-chacha8", "version": "1.1.0", "description": "Pure JavaScript ChaCha8 stream cipher", "main": "src/jschacha8.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", "browserify": "^14.0.0", "cross-env": "^3.1.4", "eslint": "^8.0.1", "eslint-config-standard": "^6.2.1", "eslint-plugin-standard": "^2.0.1", "standard": "^10.0.0", "tap-spec": "^4.1.1", "tape": "^4.6.3", "tape-watch": "^2.2.4", "uglify-js": "^2.7.5" }, "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/jschacha8.js" }, "repository": { "type": "git", "url": "git+https://github.com/ProjectHako/js-chacha8.git" }, "keywords": [ "cryptography", "cipher", "encryption", "stream", "salsa", "salsa8", "chacha", "chacha8" ], "author": "project-hako", "license": "MIT", "bugs": { "url": "https://github.com/ProjectHako/js-chacha8/issues" }, "homepage": "https://github.com/ProjectHako/js-chacha8#readme" }