mirror of https://github.com/ColorlibHQ/gentelella
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.
56 lines
933 B
56 lines
933 B
{
|
|
"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"
|
|
}
|
|
}
|