1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-03-10 04:22:02 +01:00

Start again

This commit is contained in:
2020-10-04 17:14:00 +02:00
parent c0d3912413
commit 091f119048
4382 changed files with 1762543 additions and 9606 deletions

55
vendors/cropper/bower.json vendored Normal file
View File

@@ -0,0 +1,55 @@
{
"name": "cropper",
"description": "A simple jQuery image cropping plugin.",
"main": [
"dist/cropper.js",
"dist/cropper.css"
],
"keywords": [
"image",
"crop",
"cropper",
"cropping",
"move",
"zoom",
"rotate",
"scale",
"jquery",
"plugin",
"html",
"css",
"javascript",
"front-end",
"web",
"development"
],
"homepage": "https://github.com/fengyuanchen/cropper",
"authors": [
"Fengyuan Chen"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests",
"test",
"examples",
"assets",
"demo",
"docs",
"gulpfile.js",
"CONTRIBUTING.md",
"FAQ.md"
],
"dependencies": {
"jquery": ">= 1.9.1"
},
"devDependencies": {
"bootstrap": "~3.3.6",
"fontawesome": "~4.6.1",
"html5-boilerplate": "~5.3.0",
"jquery": "~1.12.3",
"qunit": "~1.22.0"
}
}