File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,23 @@ This plugin makes possible showing different numbers of items in your Bootstrap
1313<script type =" text/javascript" src =" js/bootstrap.js" ></script >
1414```
1515
16+ ##Installing
17+ You can download flexible-bootstrap-carousel.js and flexible-bootstrap-carousel.css manually to you project or you can install with npm:
18+
19+ ``` shall
20+
21+ npm install flexible-bootstrap-carousel
22+
23+ ```
24+
25+ or bower:
26+
27+ ``` shall
28+
29+ bower install flexible-bootstrap-carousel
30+
31+ ```
32+
1633##Usage
1734
1835First of all, you'll want to link the flexible-bootstrap-carousel.js and flexible-bootstrap-carousel.css files to your web-page:
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " flexible-bootstrap-carousel" ,
3+ "version" : " 0.2.1" ,
4+ "description" : " Flexible Bootstrap Carousel plugin" ,
5+ "main" : " flexible-bootstrap-carousel.js" ,
6+ "directories" : {
7+ "example" : " examples"
8+ },
9+ "scripts" : {
10+ "test" : " echo \" Error: no test specified\" && exit 1"
11+ },
12+ "repository" : {
13+ "type" : " git" ,
14+ "url" : " git+https://github.com/DanDevG/flexible-bootstrap-carousel.git"
15+ },
16+ "author" : " Dan Dev" ,
17+ "license" : " MIT" ,
18+ "bugs" : {
19+ "url" : " https://github.com/DanDevG/flexible-bootstrap-carousel/issues"
20+ },
21+ "homepage" : " https://github.com/DanDevG/flexible-bootstrap-carousel#readme" ,
22+ "dependencies" : {
23+ "jquery" : " >=1.11.1" ,
24+ "bootstrap" : " >=3.0.0"
25+ }
26+ }
You can’t perform that action at this time.
0 commit comments