forked from ember-addons/bootstrap-for-ember
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
59 lines (59 loc) · 1.32 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "ember-addons.bootstrap_for_ember",
"version": "0.7.0",
"description": "Bootstrap for Ember.js",
"homepage": "http://ember-addons.github.io/bootstrap-for-ember",
"authors": [
"Asaf Shakarchi <[email protected]>"
],
"keywords": [
"bootstrap",
"emberjs",
"ember",
"coffee",
"javascript",
"ui",
"html5",
"css3",
"html",
"css",
"js"
],
"main": [
"./dist/css/bs-growl-notifications.min.css",
"./dist/js/bs-core.min.js",
"./dist/js/bs-alert.min.js",
"./dist/js/bs-badge.min.js",
"./dist/js/bs-basic.min.js",
"./dist/js/bs-button.min.js",
"./dist/js/bs-growl-notifications.min.js",
"./dist/js/bs-items-action-bar.min.js",
"./dist/js/bs-label.min.js",
"./dist/js/bs-list-group.min.js",
"./dist/js/bs-modal.min.js",
"./dist/js/bs-nav.min.js",
"./dist/js/bs-notifications.min.js",
"./dist/js/bs-progressbar.min.js",
"./dist/js/bs-wizard.min.js"
],
"devDependencies": {
"modernizr": "~2.6.2",
"jquery": "~1.9.1",
"ember": "~1.3.1",
"bootstrap": "3.0.0",
"highlightjs": "~7.3.0",
"font-awesome": "~4.0.3"
},
"license": "Apache2",
"ignore": [
"**/.*",
"!dist",
"!LICENSE",
"!README.md",
"!bower.json",
"!dist/",
"!dist/*",
"!dist/*/*",
"!dist/*/*/*"
]
}