Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/web/assets/cropper/package.json

58 lines
1.3 KiB

{
"name": "cropper",
"description": "A simple jQuery image cropping plugin.",
"version": "1.0.0",
"main": "dist/cropper.js",
"keywords": [
"image",
"crop",
"cropping",
"move",
"zoom",
"rotate",
"scale",
"jquery",
"plugin",
"html",
"css",
"javascript",
"front-end",
"web",
"development"
],
"author": {
"name": "Fengyuan Chen",
"url": "https://github.com/fengyuanchen"
},
"homepage": "https://github.com/fengyuanchen/cropper",
"repository": {
"type": "git",
"url": "https://github.com/fengyuanchen/cropper.git"
},
"bugs": {
"url": "https://github.com/fengyuanchen/cropper/issues"
},
"license": "MIT",
"dependencies": {
"@fengyuanchen/tooltip": "0.0.2",
"jquery": ">= 1.9.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-concat": "~2.6.0",
"gulp-csscomb": "^3.0.6",
"gulp-csslint": "^0.2.0",
"gulp-htmlcomb": "0.1.0",
"gulp-jscs": "^3.0.1",
"gulp-jshint": "^1.11.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.2.1",
"gulp-qunit": "^1.2.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "^1.4.1"
}
}