summaryrefslogtreecommitdiff
path: root/www/lib/ionic-content-banner/bower.json
blob: 7e330544c40cfbb329807023c7189be961ca44bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "name": "ionic-content-banner",
  "version": "1.0.1",
  "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.4.3"
  },
  "keywords": [
    "mobile",
    "html5",
    "ionic",
    "cordova",
    "phonegap",
    "banner",
    "info",
    "error",
    "angularjs",
    "angular"
  ],
  "license": "MIT",
  "private": false
}