nativescript-photo-editor
Version:
A NativeScript plugin for editing your photos (crop, draw, add text, etc.)
43 lines • 974 B
JSON
{
"name": "nativescript-photo-editor",
"version": "1.1.0",
"description": "A NativeScript plugin for editing your photos (crop, draw, add text, etc.)",
"main": "photo-editor",
"typings": "photo-editor.d.ts",
"nativescript": {
"platforms": {
"ios": "3.0.0",
"android": "3.0.0"
},
"plugin": {
"nan": "true",
"pan": "true",
"core3": "true",
"category": "Interface"
}
},
"repository": {
"type": "git",
"url": "https://github.com/PeterStaev/nativescript-photo-editor"
},
"scripts": {
"tslint": "tslint --project tsconfig.json",
"tsc": "tsc --project tsconfig.json",
"demo-ios": "grunt build && cd demo && tns run ios",
"demo-android": "grunt build && cd demo && tns run android"
},
"keywords": [
"NativeScript",
"photo editor",
"image editor",
"crop",
"draw",
"add text",
"tangra"
],
"author": "Peter Staev <peter@tangrasoft.com>",
"license": "Apache-2.0",
"peerDependencies": {
"tns-core-modules": ">=3"
}
}