-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 763 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 763 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
37
38
{
"name": "angularSelectbox",
"version": "0.0.2",
"homepage": "http://milica.github.io/angular-selectbox/",
"authors": [
"Milica Kadic <milica.kadic.87@gmail.com>"
],
"description": "A simple AngularJS custom selecbox which supports multi select",
"keywords": [
"select",
"multi-select",
"selectbox",
"angular",
"angularjs"
],
"main": [
"dist/angular-selectbox.js",
"dist/angular-selectbox.css"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components",
"package.json",
"gulpfile.js",
"karma.conf.js",
"LICENSE"
],
"dependencies": {
"angular": "~1.4.2"
},
"devDependencies": {
"angular-mocks": "~1.4.2"
},
"resolutions": {
"angular": "~1.4.2"
}
}