mirror of https://github.com/ColorlibHQ/gentelella
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
385 B
22 lines
385 B
9 years ago
|
{
|
||
|
"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"
|
||
|
]
|
||
|
}
|