takeone/node_modules/cropme/package.json
2026-01-26 01:40:48 +03:00

55 lines
1.3 KiB
JSON

{
"name": "cropme",
"version": "1.4.3",
"description": "Javascript image cropper",
"main": "dist/cropme.js",
"scripts": {
"build": "npm run build:js && npm run minify:js && npm run minify:css",
"build:js": "rollup -c",
"minify:js": "uglifyjs dist/cropme.js -o dist/cropme.min.js -c -m --comments '/^/*!/'",
"minify:css": "postcss dist/cropme.css -u cssnano -o dist/cropme.min.css --no-map",
"watch": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shpontex/cropme.git"
},
"keywords": [
"javascript",
"image",
"crop",
"move",
"zoom",
"rotate",
"scale",
"cropme",
"cropping",
"html",
"css",
"javascript"
],
"author": "shpontex",
"contributors": [
{
"name": "Pierre Ellul",
"email": "pierreellul.epi@gmail.com",
"url": "https://pellul.github.io"
}
],
"license": "MIT",
"homepage": "https://shpontex.github.io/cropme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"create-banner": "^1.0.0",
"cssnano": "^4.1.10",
"node-sass": "^4.12.0",
"postcss-cli": "^6.1.3",
"postcss-import": "^12.0.1",
"postcss-url": "^8.0.0",
"rollup": "^1.17.0",
"rollup-plugin-babel": "^4.3.3",
"uglify-js": "^3.6.0"
}
}