base69
Version:
Base69 encoding. Nice!
27 lines • 624 B
JSON
{
"name": "base69",
"version": "0.1.0",
"description": "Base69 encoding. Nice!",
"main": "base64.js",
"module": "base64.js",
"types": "base64.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pshihn/base69.git"
},
"keywords": [
"base69",
"base64 like",
"encoding",
"binary encoding"
],
"author": "Preet Shihn <preetshihn@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pshihn/base69/issues"
},
"homepage": "https://github.com/pshihn/base69#readme"
}