-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 765 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 765 Bytes
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
{
"name": "ionic-selectbox",
"homepage": "https://github.com/jsanta/ionic-selectbox",
"authors": [
"Jose Ignacio Santa Cruz G <j@santa.cl>"
],
"description": "Yet another selectbox component in AngularJS 1.5 < 2, with search and grouping, to be used in Ionic framewo",
"main": "js/selectComponent.js",
"keywords": [
"select",
"selectbox",
"ionic",
"angular",
"angularjs",
"search",
"grouping",
"option"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-filter": "^0.5.11",
"angular-bindonce": "^0.3.3",
"lodash": "^4.16.2"
},
"devDependencies": {
"ionic": "^1.3.1"
},
"moduleType": []
}