12345678910111213141516171819202122 |
- {
- "name": "bootstrap-slider",
- "main": ["bootstrap-slider.js", "slider.css"],
- "version": "2.0.0",
- "homepage": "https://github.com/pammacdotnet/bootstrap-slider",
- "authors": [
- "pammacdotnet"
- ],
- "description": "Eyecon Slider for Bootstrap",
- "keywords": [
- "slider",
- "bootstrap"
- ],
- "license": "Apache",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ]
- }
|