Comparing version 0.9.14 to 0.9.15
{ | ||
"name": "jcropper", | ||
"description": "Image cropping plugin for jQuery", | ||
"description": "Javascript Image Cropping Plugin", | ||
"author": { | ||
@@ -8,3 +8,3 @@ "name": "Augustin deMayo", | ||
}, | ||
"version": "0.9.14", | ||
"version": "0.9.15", | ||
"private": false, | ||
@@ -14,8 +14,10 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "git+ssh://git@bitbucket.org/istattic/jcrop.git" | ||
"url": "git+ssh://git@bitbucket.org/istattic/jcropper.git" | ||
}, | ||
"homepage": "https://bitbucket.org/istattic/jcrop#readme", | ||
"homepage": "https://bitbucket.org/istattic/jcropper#readme", | ||
"scripts": { | ||
"dev": "gulp", | ||
"prod": "gulp --production" | ||
"dev": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"watch": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"hot": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"prod": "node node_modules/cross-env/dist/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" | ||
}, | ||
@@ -27,6 +29,5 @@ "dependencies": { | ||
"devDependencies": { | ||
"gulp": "3.9.1", | ||
"laravel-elixir": "^6.0.0-16", | ||
"laravel-elixir-webpack-official": "^1.0.10" | ||
"cross-env": "^5.0.5", | ||
"laravel-mix": "^1.5.0" | ||
} | ||
} |
@@ -1,28 +0,2 @@ | ||
Jcropper Image Cropping Plugin | ||
=========================== | ||
Jcropper is the quick and easy way to add image cropping functionality to | ||
your web application. It combines the ease-of-use of a typical jQuery | ||
plugin with a powerful cross-platform DHTML cropping engine that is | ||
faithful to familiar desktop graphics applications. | ||
Cross-platform Compatibility | ||
---------------------------- | ||
* Firefox 2+ | ||
* Safari 3+ | ||
* Opera 9.5+ | ||
* Google Chrome 0.2+ | ||
* Internet Explorer 6+ | ||
Feature Overview | ||
---------------- | ||
* Attaches unobtrusively to any image | ||
* Supports aspect ratio locking | ||
* Supports minSize/maxSize setting | ||
* Callbacks for selection done, or while moving | ||
* Keyboard support for nudging selection | ||
* API features to create interactivity, including animation | ||
* Support for CSS styling | ||
* Experimental touch-screen support (iOS, Android, etc) | ||
# Jcropper # | ||
## Javascript Image Cropping Plugin ## |
/** | ||
* jcropper.js v0.9.14 | ||
* jcropper.js v0.9.15 | ||
* jQuery Image Cropping Plugin - released under MIT License | ||
@@ -4,0 +4,0 @@ * Author: Augustin deMayo <gus.demayo@gmail.com> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
666099
2
20
1
1955
3