blessing-skin-server/bower.json
2017-04-26 15:58:53 +08:00

34 lines
734 B
JSON

{
"name": "blessing-skin-server",
"description": "Just a simple open-source Minecraft skin server written in PHP.",
"main": "",
"authors": [
"printempw"
],
"license": "GPL-3.0",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"assets/bower_components",
"textures",
".env"
],
"dependencies": {
"AdminLTE": "admin-lte#^2.3.5",
"highlight-js": "^9.5.0",
"iCheck": "fronteed/icheck#^1.0.2",
"jquery": "2.2.3",
"toastr": "^2.1.2",
"font-awesome": "Font-Awesome#^4.6.3",
"bootstrap-fileinput": "^4.3.3",
"bootstrap": "^3.3.6",
"sweetalert2": "^4.1.6",
"jqPaginator": "^1.2.0"
},
"resolutions": {
"jquery": "1.9.1 - 3"
}
}