From 1b68646bce409013948cb71cc23b491deb336cf2 Mon Sep 17 00:00:00 2001 From: Randall Morey Date: Wed, 15 Jun 2016 09:28:07 -0400 Subject: [PATCH] fix(bower): Add missing bower.json --- bower.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..4c4d457 --- /dev/null +++ b/bower.json @@ -0,0 +1,17 @@ +{ + "name": "justapis-javascript-sdk", + "description": "A lightweight JavaScript SDK to connect to a JustAPIs gateway in Node or the browser.", + "main": "index.js", + "authors": [ + "AnyPresence" + ], + "license": "MIT", + "homepage": "https://github.com/AnyPresence/justapis-javascript-sdk", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}