{
  "_from": "croppie",
  "_id": "croppie@2.6.2",
  "_inBundle": false,
  "_integrity": "sha512-uvQI8XliWNWiquFCgIjwNoWCjbnQ/qvyitwIj8F4PjwrH40vniPmKSXmXaIbiWNojiraCi08PovKXfs8YXjMGg==",
  "_location": "/croppie",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "croppie",
    "name": "croppie",
    "escapedName": "croppie",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/croppie/-/croppie-2.6.2.tgz",
  "_shasum": "d605ceeffb4aea281f72a63c9a0a305db0a46e50",
  "_spec": "croppie",
  "_where": "/local/websites/culturaigualada/www/public_html/sys/widgets/cropper/src",
  "authors": [
    "Dustin Smith <thedustinsmith@gmail.com>",
    "Ethan Calvert <calvert1591@gmail.com>"
  ],
  "bugs": {
    "url": "https://github.com/Foliotek/Croppie/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A simple javascript image cropper",
  "devDependencies": {
    "gh-pages": "^0.11.0",
    "mocha": "2.4.5",
    "uglify-js": "3.3.15"
  },
  "files": [
    "croppie.css",
    "croppie.js",
    "croppie.min.js"
  ],
  "homepage": "http://foliotek.github.io/Croppie",
  "keywords": [
    "crop",
    "cropper",
    "image",
    "cropping"
  ],
  "license": "MIT",
  "main": "croppie.js",
  "name": "croppie",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Foliotek/Croppie.git"
  },
  "scripts": {
    "deploy": "node deploy.js",
    "test": "mocha test/unit",
    "uglify": "uglifyjs croppie.js -c -m -r '$,require,exports' -o croppie.min.js"
  },
  "version": "2.6.2"
}
