arc4
Version:
rc4 stream cipher
51 lines (50 loc) • 1.1 kB
JSON
{
"version": "3.4.0",
"name": "arc4",
"description": "rc4 stream cipher",
"keywords": [
"rc4",
"stream",
"cipher"
],
"preferGlobal": false,
"homepage": "https://github.com/hex7c0/arc4",
"author": {
"name": "hex7c0",
"email": "hex7c0@gmail.com",
"url": "https://hex7c0.github.io/"
},
"repository": {
"type": "git",
"url": "https://github.com/hex7c0/arc4.git"
},
"bugs": {
"url": "https://github.com/hex7c0/arc4/issues",
"email": "hex7c0@gmail.com"
},
"directories": {
"lib": "./min/lib",
"example": "./examples"
},
"main": "index.min.js",
"dependencies": {
"lodash": "4.17.4"
},
"devDependencies": {
"grunt": "~1.0",
"grunt-contrib-uglify": "~3.3",
"grunt-contrib-jshint": "~1.1",
"grunt-endline": "~0.7",
"grunt-safer-regex": "~0.1",
"istanbul": "~0.4",
"mocha": "~4.1"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "mocha --bail --check-leaks",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly"
},
"license": "GPL-3.0"
}