From a2c82f9cd5705bd45ff930bb5f6d070026b2c9b6 Mon Sep 17 00:00:00 2001 From: _nec Date: Thu, 10 Jul 2014 22:00:11 +0200 Subject: [PATCH] registered as a bower package --- bower.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..c2b16a6 --- /dev/null +++ b/bower.json @@ -0,0 +1,29 @@ +{ + "name": "ustream-embedapi", + "version": "0.0.1", + "homepage": "https://github.com/ustream/embedapi", + "authors": [ + "_nec " + ], + "description": "Enables sites using the Ustream embed iframe to build and adapt on the embed live player.", + "main": "src/ustream-embedapi.js", + "moduleType": [ + "globals" + ], + "keywords": [ + "ustream", + "embed", + "api", + "live", + "video", + "streaming" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}