gentelella/vendors/mjolnic-bootstrap-colorpicker/bower.json

22 lines
385 B
JSON
Raw Normal View History

{
"name": "mjolnic-bootstrap-colorpicker",
"main": [
"dist/css/bootstrap-colorpicker.css",
"dist/js/bootstrap-colorpicker.js"
],
"dependencies": {
"jquery": ">=1.10",
"bootstrap": ">=2"
},
"ignore": [
"\\.*",
"/index.html",
"/package.json",
"/composer.json",
"/Gruntfile.js",
"/.travis.yml",
"/travis.sh",
"/server.js"
]
}