base64-min
Version:
Minimalist package, focused in best performance to encode and decode base64.
36 lines (35 loc) • 869 B
JSON
{
"name": "base64-min",
"version": "2.0.0",
"description": "Minimalist package, focused in best performance to encode and decode base64.",
"main": "base64.js",
"dependencies": {},
"devDependencies": {
"chai": "^2.2.0",
"coveralls": "^2.11.6",
"istanbul": "^0.4.0",
"mocha": "^2.2.4"
},
"scripts": {
"test": "istanbul test mocha -- test/ -R spec",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha -- test/ -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/victorfern91/base64.git"
},
"keywords": [
"base64",
"minimal",
"files",
"encryption",
"fast",
"crypto",
"xor",
"cipher",
"MIME"
],
"author": "Victor Fernandes <victorfern91@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/victorfern91/base64"
}