diff options
Diffstat (limited to 'www/lib/ionic-content-banner/.bower.json')
| -rw-r--r-- | www/lib/ionic-content-banner/.bower.json | 55 |
1 files changed, 55 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..d23a9107 --- /dev/null +++ b/www/lib/ionic-content-banner/.bower.json @@ -0,0 +1,55 @@ +{ + "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, + "homepage": "https://github.com/djett41/ionic-content-banner", + "_release": "1.0.0", + "_resolution": { + "type": "version", + "tag": "v1.0.0", + "commit": "08f9779e742299e7dbe17e8481450f2763a1f6f5" + }, + "_source": "git://github.com/djett41/ionic-content-banner.git", + "_target": "~1.0.0", + "_originalSource": "ionic-content-banner", + "_direct": true +}
\ No newline at end of file |
