unibabel.js/bower.json

37 lines
616 B
JSON

{
"name": "unibabel",
"main": "index.js",
"homepage": "https://git.coolaj86.com/coolaj86/unibabel.js",
"authors": [
"AJ ONeal <coolaj86@gmail.com>"
],
"description": "Convert between UTF8, TypedArrays, and Base64",
"moduleType": [
"globals",
"node"
],
"keywords": [
"ascii",
"binary",
"utf8",
"utf-8",
"ArrayBuffer",
"TypedArrays",
"TypedArray",
"Uint",
"Uint8Array",
"Base64",
"b64",
"Base32",
"b32"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}