xor-crypt
Version:
Simple XOR string encryption library.
49 lines (48 loc) • 1.09 kB
JSON
{
"name": "xor-crypt",
"title": "XOR Crypt",
"description": "Simple XOR string encryption library.",
"version": "1.1.1",
"keywords": [
"encryption"
],
"files": [
"xor-crypt.js",
"xor-crypt.min.js"
],
"homepage": "https://github.com/RobLoach/xor-crypt",
"author": "Rob Loach (http://github.com/RobLoach)",
"maintainers": [
"Rob Loach (https://github.com/RobLoach)"
],
"browser": {
"xor-crypt": "xor-crypt.js"
},
"main": "xor-crypt.js",
"repository": {
"type": "git",
"url": "https://github.com/RobLoach/xor-crypt.git"
},
"bugs": {
"url": "https://github.com/RobLoach/xor-crypt/issues"
},
"engines": {
"node": ">=4"
},
"dependencies": {},
"devDependencies": {
"standard": "^11.0.1",
"testit": "^3.0.0",
"uglify-js": "~3.4.0"
},
"scripts": {
"posttest": "standard",
"test": "node test",
"prebuild": "npm it",
"build": "uglifyjs xor-crypt.js -o xor-crypt.min.js --comments --mangle"
},
"contributors": [
"Rob Loach (https://github.com/RobLoach)"
],
"license": "MIT"
}