26 lines
534 B
JSON
Executable File
26 lines
534 B
JSON
Executable File
{
|
|
"name": "bootstrap-rtl",
|
|
"description": "Right-to-left (RTL) theme for Twitter Bootstrap 3.x",
|
|
"version": "3.3.2-rc1",
|
|
"homepage": "https://github.com/morteza/bootstrap-rtl",
|
|
"authors": [
|
|
"Morteza Ansarinia (http://github.com/morteza)"
|
|
],
|
|
"main": [
|
|
"dist/css/bootstrap-rtl.css"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"_config.yml",
|
|
"CNAME",
|
|
"composer.json",
|
|
"CONTRIBUTING.md",
|
|
"docs",
|
|
"js/tests"
|
|
],
|
|
"dependencies": {
|
|
"bootstrap": "3.3.1"
|
|
},
|
|
"license": "Unlicensed Public Domain"
|
|
}
|