From e8f7c20f3dbd34772e13b94864169f7ae90748da Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 19 May 2015 19:15:53 -0600 Subject: [PATCH] add bower.json --- bower.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..b1a22ba --- /dev/null +++ b/bower.json @@ -0,0 +1,31 @@ +{ + "name": "unibabel", + "main": "index.js", + "version": "1.0.0", + "homepage": "https://github.com/coolaj86/unibabel", + "authors": [ + "AJ ONeal " + ], + "description": "Convert between UTF8, TypedArrays, and Base64", + "moduleType": [ + "globals", + "node" + ], + "keywords": [ + "utf8", + "utf-8", + "ArrayBuffer", + "TypedArrays", + "Uint", + "Base64", + "b64" + ], + "license": "Apache2", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}