2026-01-26 01:40:48 +03:00

30 lines
511 B
JSON

{
"name": "cropbox",
"main": [
"jquery.cropbox.css",
"jquery.cropbox.js"
],
"version": "0.1.9",
"homepage": "https://github.com/acornejo/jquery-cropbox",
"authors": [
"Alex Cornejo <acornejo@gmail.com>"
],
"description": "jQuery plugin for cropping images.",
"keywords": [
"jquery",
"crop",
"cropping",
"drag",
"zoom",
"pan",
"touch",
"mousewheel"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
]
}