1234567891011121314151617181920212223242526 |
- {
- "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"
- }
|