-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
38 lines (38 loc) · 884 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
37
38
{
"name": "bootstrap-sass-rtl",
"description": "Right-to-left (RTL) for Bootstrap Sass",
"version": "3.2.0.1",
"homepage": "https://github.com/snhasani/bootstrap-sass-rtl",
"authors": [
"Sayyid Nasser Hassani <[email protected]>"
],
"main": [
"src/stylesheets/bootstrap-rtl.scss",
"src/stylesheets/bootstrap-ltr.scss",
"dist/fonts/bootstrap/glyphicons-halflings-regular.eot",
"dist/fonts/bootstrap/glyphicons-halflings-regular.svg",
"dist/fonts/bootstrap/glyphicons-halflings-regular.ttf",
"dist/fonts/bootstrap/glyphicons-halflings-regular.woff"
],
"keywords": [
"bootstrap",
"sass",
"css",
"rtl",
"farsi",
"persian",
"arabic",
"hebrew"
],
"ignore": [
"**/.*",
"test",
"*.gemspec",
"Rakefile",
"Gemfile"
],
"dependencies": {
"jquery": ">= 1.9.0"
},
"license": "MIT"
}