forked from castsbrasil/castsbrasil
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
28 lines (28 loc) · 767 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
{
"name": "RubyCastsBrasil",
"version": "0.1.0",
"install": {
"path": {
"css": "vendor/assets/stylesheets",
"js": "vendor/assets/javascripts",
"png": "vendor/assets/images",
"jpg": "vendor/assets/images",
"gif": "vendor/assets/images",
"eot": "vendor/assets/fonts",
"svg": "vendor/assets/fonts",
"ttf": "vendor/assets/fonts",
"woff": "vendor/assets/fonts"
},
"sources": {
"module": [
"bower_components/module/module.js"
]
}
},
"dependencies": {
"jquery": "~1.11.0",
"jquery-ujs": "*",
"bootstrap": "~3.2.0",
"module": "~1.0.2"
}
}