forked from justin-lau/ui-iconpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 770 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
{
"name": "ui-iconpicker",
"description": "Bootstrap 3 Icon Picker for AngularJS",
"version": "0.1.4",
"keywords": [
"Bootstrap",
"Font Awesome",
"Iconpicker",
"AngularJS"
],
"license": "MIT",
"authors": [
{
"name": "Justin Lau",
"email": "[email protected]",
"homepage": "http://tclau.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/justin-lau/ui-iconpicker"
},
"dependencies": {
"angular": "~1.2.16",
"angular-bootstrap": "~0.10.0",
"requirejs": "~2.1.11"
},
"devDependencies": {
"bootstrap-sass": "twbs/bootstrap-sass#~3.1.1",
"font-awesome": "~4.0.3"
},
"main": [
"./dist/scripts/ui-iconpicker.js",
"./dist/styles/ui-iconpicker.css"
]
}