diff options
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 +} |
