UNPKG

nativescript-telegram-image-picker

Version:

NativeScript plugin using the TelegramGallery Image Picker library for a customized image picker.

56 lines 2.03 kB
{ "name": "nativescript-telegram-image-picker", "version": "1.0.3", "description": "NativeScript plugin using the TelegramGallery Image Picker library for a customized image picker.", "main": "telegram-image-picker", "typings": "index.d.ts", "nativescript": { "platforms": { "android": "2.0.0" } }, "repository": { "type": "git", "url": "https://github.com/bradmartin/nativescript-telegram-image-picker.git" }, "keywords": [ "NativeScript", "telegram-image-picker", "TypeScript", "images", "bradmartin", "thorum", "android", "gallery", "image picker" ], "author": { "name": "Brad Martin", "email": "bradwaynemartin@gmail.com" }, "contributors": [ { "name": "Daxito", "url": "https://github.com/Daxito" } ], "license": { "type": "MIT", "url": "https://github.com/bradmartin/nativescript-telegram-image-picker/blob/master/LICENSE" }, "bugs": { "url": "https://github.com/bradmartin/nativescript-telegram-image-picker/issues" }, "homepage": "https://github.com/bradmartin/nativescript-telegram-image-picker", "readmeFilename": "README.md", "scripts": { "build": "tsc", "demo.ios": "npm run preparedemo && cd demo && tns emulate ios", "demo.android": "npm run preparedemo && cd demo && tns run android", "debug.ios": "npm run preparedemo && cd demo && tns debug ios --emulator", "debug.android": "npm run preparedemo && cd demo && tns debug android --emulator", "preparedemo": "npm run build && cd demo && tns plugin remove nativescript-telegram-image-picker && tns plugin add .. && tns install", "setup": "cd demo && npm install && cd .. && npm run build && cd demo && tns plugin add .. && cd ..", "start": "npm run demo.ios" } }