From 0158afbd5d5e8b05c3bb6002e5a4ffcd035a36b6 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 3 Jun 2015 21:48:10 -0600 Subject: [PATCH] add bower.json --- bower.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..addcb15 --- /dev/null +++ b/bower.json @@ -0,0 +1,33 @@ +{ + "name": "base64-js", + "version": "1.0.0", + "homepage": "https://github.com/beatgammit/base64-js", + "authors": [ + "T. Jameson Little " + ], + "description": "Base64 encoding/decoding in pure JS", + "main": "lib/b64.js", + "moduleType": [ + "globals", + "node" + ], + "keywords": [ + "base64", + "b64", + "encode", + "decode", + "bytearray", + "typedarray", + "array", + "uint8array" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "bench", + "test", + "tests" + ] +}