diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-08-21 11:08:06 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-08-21 11:08:06 -0400 |
| commit | c7ddcf86aa68af6a3c89fb6dd65b993815ed74eb (patch) | |
| tree | 82df20f5d926d11cbf1cb8ddfeaa023750a447e7 /www/lib/ionic-content-banner/bower.json | |
| parent | 011278151f7a7e541547d4bd8e5e774d438f5ca2 (diff) | |
using ionic content banners to display timed status messages
Diffstat (limited to 'www/lib/ionic-content-banner/bower.json')
| -rw-r--r-- | www/lib/ionic-content-banner/bower.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/www/lib/ionic-content-banner/bower.json b/www/lib/ionic-content-banner/bower.json new file mode 100644 index 00000000..10918b46 --- /dev/null +++ b/www/lib/ionic-content-banner/bower.json @@ -0,0 +1,44 @@ +{ + "name": "ionic-content-banner", + "version": "1.0.0", + "description": "A content banner directive for Ionic apps that animates in on the active ion-content", + "author": "Devin Jett <djett41@gmail.com> (https://github.com/djett41)", + "main": [ + "dist/ionic.content.banner.css", + "dist/ionic.content.banner.js" + ], + "repository": { + "type": "git", + "url": "https://github.com/djett41/ionic-content-banner.git" + }, + "ignore": [ + "demo", + "js", + "test", + ".gitignore", + "gulpfile.js", + "karma.conf.js", + "LICENSE", + "package.json", + "README.md" + ], + "dependencies": {}, + "devDependencies": { + "ionic": "^1.0.0-rc.0", + "angular-mocks": "1.3.13" + }, + "keywords": [ + "mobile", + "html5", + "ionic", + "cordova", + "phonegap", + "banner", + "info", + "error", + "angularjs", + "angular" + ], + "license": "MIT", + "private": false +} |
