mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
35 lines
875 B
JSON
35 lines
875 B
JSON
{
|
|
"name": "bower.json",
|
|
"description": "Bower file for Snipe-IT",
|
|
"main": "",
|
|
"authors": [
|
|
"snipe <snipe@snipe.net>"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/snipe/snipe-it",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"bootstrap-sass": "bootstrap-sass-official#^3.3.7",
|
|
"jquery-ui": "^1.12.1",
|
|
"jquery-slimscroll": "slimscroll#^1.3.8",
|
|
"bootstrap-less": "^3.3.4",
|
|
"select2": "^4.0.3",
|
|
"bootstrap-colorpicker": "^2.4.0",
|
|
"bootstrap-table": "^1.11.0",
|
|
"bootstrap-datepicker": "^1.6.4",
|
|
"iCheck": "jquery-icheck#^1.0.2",
|
|
"ekko-lightbox": "^5.0.0",
|
|
"jquery.iframe-transport": "^1.0.1",
|
|
"fastclick": "^1.0.6",
|
|
"blueimp-file-upload": "fileupload#^9.14.2",
|
|
"font-awesome": "fontawesome#^4.7.0"
|
|
}
|
|
}
|