nativescript-imagecropper
Version:
NativeScript Image Cropper Plugin
103 lines (102 loc) • 3.49 kB
JSON
{
"name": "nativescript-imagecropper",
"version": "4.0.3",
"description": "NativeScript Image Cropper Plugin",
"main": "imagecropper",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "6.0.2",
"ios": "6.0.2"
},
"plugin": {
"nan": "true",
"pan": "true",
"vue": "true",
"core3": "true",
"category": "Interface"
}
},
"scripts": {
"tsc": "tsc -skipLibCheck",
"build": "npm i && tsc",
"postclone": "npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src",
"test.android": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch",
"test.ios": "npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch",
"tslint": "cd .. && tslint \"**/*.ts\" --config tslint.json --exclude \"**/node_modules/**\" --exclude \"**/typings/**\"",
"demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios",
"demo.android": "npm i && npm run tsc && cd ../demo && tns run android",
"demo.reset": "cd ../demo && rimraf platforms node_modules hooks",
"plugin.prepare": "npm run tsc && cd ../demo && tns plugin remove nativescript-imagecropper && tns plugin add ../src",
"clean": "cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules",
"ci.tslint": "npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'",
"setup": "npm i && ts-patch install"
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"Image Cropper",
"Crop",
"imagecropper",
"crop photo",
"image"
],
"author": {
"name": "bthurlow"
},
"contributors": [
{
"name": "MultiShiv19",
"email": "contact@shivaprasad.me",
"url": "https://shiv19.com"
},
{
"name": "davecoffin",
"email": "dave@davecoffin.com",
"url": "https://github.com/davecoffin"
},
{
"name": "Brad Martin",
"email": "bmartin@nstudio.io",
"url": "https://github.com/bradmartin"
},
{
"name": "Dick Smith",
"url": "https://github.com/DickSmith"
},
{
"name": "Sejun Jeong",
"email": "sejun@ppygd.com",
"url": "https://github.com/mailiam"
},
{
"name": "Jitendra Prajapati",
"url": "https://github.com/jitendraashutec"
}
],
"repository": {
"type": "git",
"url": "https://github.com/bthurlow/nativescript-imagecropper"
},
"bugs": {
"url": "https://github.com/bthurlow/nativescript-imagecropper/issues"
},
"license": "MIT",
"homepage": "https://github.com/bthurlow/nativescript-imagecropper",
"readmeFilename": "README.md",
"devDependencies": {
"@nativescript/core": "8.1.4",
"@nativescript/types": "8.1.1",
"@nativescript/webpack": "5.0.0",
"rimraf": "^3.0.2",
"ts-patch": "^1.3.0",
"tslint": "^6.1.3",
"typescript": "~3.9.0"
},
"dependencies": {
"ts-node": "^9.0.0"
},
"bootstrapper": "nativescript-plugin-seed"
}