mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
21 lines
353 B
JSON
21 lines
353 B
JSON
|
{
|
||
|
"name": "bootstrap-colorpicker",
|
||
|
"main": [
|
||
|
"dist/css/bootstrap-colorpicker.css",
|
||
|
"dist/js/bootstrap-colorpicker.js"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": ">=1.10"
|
||
|
},
|
||
|
"ignore": [
|
||
|
"\\.*",
|
||
|
"/index.html",
|
||
|
"/package.json",
|
||
|
"/composer.json",
|
||
|
"/Gruntfile.js",
|
||
|
"/.travis.yml",
|
||
|
"/travis.sh",
|
||
|
"/server.js"
|
||
|
]
|
||
|
}
|