Browse Source

Merge pull request #14 from coolaj86/bower-reg

add bower.json
master
Jameson Little 10 years ago
parent
commit
9a1aa9a497
  1. 33
      bower.json

33
bower.json

@ -0,0 +1,33 @@
{
"name": "base64-js",
"version": "1.0.0",
"homepage": "https://github.com/beatgammit/base64-js",
"authors": [
"T. Jameson Little <t.jameson.little@gmail.com>"
],
"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"
]
}
Loading…
Cancel
Save