mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 23:54:12 -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"
|
|
]
|
|
}
|