pixsy/node_modules/croppie/package.json

65 lines
1.5 KiB
JSON

{
"_from": "croppie",
"_id": "croppie@2.5.1",
"_inBundle": false,
"_integrity": "sha512-8QsuDg2/vGlNutBH2hcnxm4rZUpMe50HQFpU1q0MDetD1uT4qHHkS485e+u7wvCQflJjfBxBsWlQ9grGMOsmxg==",
"_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.5.1.tgz",
"_shasum": "87896bb4fb219350106558791730ed275730f38e",
"_spec": "croppie",
"_where": "C:\\Users\\Tom\\Documents\\Development\\bitsy-image-to-room",
"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"
},
"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"
},
"version": "2.5.1"
}