UNPKG

@nstudio/nativescript-camera-plus

Version:

An advanced, embeddable camera for NativeScript.

69 lines 1.5 kB
{ "name": "@nstudio/nativescript-camera-plus", "version": "6.0.1", "description": "An advanced, embeddable camera for NativeScript.", "main": "index", "typings": "index.d.ts", "nativescript": { "platforms": { "ios": "6.0.0", "android": "6.0.0" } }, "repository": { "type": "git", "url": "https://github.com/nstudio/nativescript-plugins.git" }, "keywords": [ "NativeScript", "JavaScript", "Android", "iOS", "Camera", "Camera Plus" ], "author": { "name": "nStudio LLC", "email": "team@nstudio.io" }, "contributors": [ { "name": "Nathan Walker", "email": "nwalker@nstudio.io" }, { "name": "Brad Martin", "email": "bmartin@nstudio.io" }, { "name": "Nathanael Anderson" }, { "name": "Dick Smith", "url": "https://github.com/DickSmith" }, { "name": "Shawn Pavel", "url": "https://github.com/ShawnPavel" }, { "name": "Osei Fortune", "email": "osei@nstudio.io" }, { "name": "Alex Miller", "url": "https://github.com/codex-" } ], "bugs": { "url": "https://github.com/nstudio/nativescript-plugins/issues" }, "license": "Apache-2.0", "homepage": "https://github.com/nstudio/nativescript-plugins", "readmeFilename": "README.md", "bootstrapper": "@nativescript/plugin-seed", "dependencies": { "@nativescript-community/perms": "2.3.3" }, "types": "./index.d.d.ts" }