-
Notifications
You must be signed in to change notification settings - Fork 112
/
bower.json
43 lines (43 loc) · 865 Bytes
/
bower.json
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
{
"name": "ionic-filter-bar",
"version": "1.1.1",
"description": "A filter directive UI for Ionic apps that animates over the header bar",
"author": "Devin Jett <djett41@gmail.com> (https://github.com/djett41)",
"main": [
"dist/ionic.filter.bar.css",
"dist/ionic.filter.bar.js"
],
"repository": {
"type": "git",
"url": "https://github.com/djett41/ionic-filter-bar.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",
"search",
"filter",
"angularjs",
"angular"
],
"license": "MIT",
"private": false
}