@nativescript-community/ui-carto
Version:
NativeScript plugin for CARTO Mobile SDK
50 lines (49 loc) • 1.46 kB
JSON
{
"name": "@nativescript-community/ui-carto",
"version": "2.0.0",
"description": "NativeScript plugin for CARTO Mobile SDK",
"main": "index",
"typings": "index.d.ts",
"sideEffects": false,
"scripts": {
"build": "npm run tsc && npm run readme",
"build.all": "npm run build",
"readme": "readme generate -c ../../tools/readme/blueprint.json",
"tsc": "cpy '**/*.d.ts' '../../packages/ui-carto' --parents --cwd=../../src/ui-carto && tsc --build",
"clean": "bin/rimraf ./*.d.ts ./*.js ./*.js.map ./*.tsbuildinfo ./*.mjs ./*.mjs.map ./angular ./svelte ./vue* ./react"
},
"nativescript": {
"platforms": {
"android": "6.0.0",
"ios": "6.0.0"
}
},
"keywords": [
"NativeScript",
"JavaScript",
"Android",
"iOS",
"map",
"carto",
"vue",
"vue.js",
"svelte",
"nativescript-angular",
"nativescript-vue"
],
"author": {
"name": "Martin Guillon",
"email": "martin@akylas.fr"
},
"contributors": [],
"bugs": {
"url": "https://github.com/nativescript-community/ui-carto/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/nativescript-community/ui-carto"
},
"license": "Apache-2.0",
"readmeFilename": "README.md",
"gitHead": "ff86bfbe89e190ab07e4e1a2010c0ae2b5e715e0"
}