unibabel.js/bower.json

38 lines
634 B
JSON
Raw Normal View History

2015-05-20 01:15:53 +00:00
{
"name": "unibabel",
"main": "index.js",
2015-11-17 21:35:32 +00:00
"version": "2.1.3",
2015-05-20 01:16:38 +00:00
"homepage": "https://github.com/coolaj86/unibabel-js",
2015-05-20 01:15:53 +00:00
"authors": [
"AJ ONeal <awesome@coolaj86.com>"
],
"description": "Convert between UTF8, TypedArrays, and Base64",
"moduleType": [
"globals",
"node"
],
"keywords": [
2015-11-17 21:35:32 +00:00
"ascii",
"binary",
2015-05-20 01:15:53 +00:00
"utf8",
"utf-8",
"ArrayBuffer",
"TypedArrays",
2015-11-17 21:35:32 +00:00
"TypedArray",
2015-05-20 01:15:53 +00:00
"Uint",
2015-11-17 21:35:32 +00:00
"Uint8Array",
2015-05-20 01:15:53 +00:00
"Base64",
2015-11-17 21:35:32 +00:00
"b64",
"Base32",
"b32"
2015-05-20 01:15:53 +00:00
],
2015-11-17 21:35:32 +00:00
"license": "Apache-2.0",
2015-05-20 01:15:53 +00:00
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}