@nativescript-community/ui-carto
Version:
NativeScript plugin for CARTO Mobile SDK
50 lines (49 loc) • 1.4 kB
JSON
{
"name": "@nativescript-community/ui-carto",
"version": "1.8.21",
"description": "NativeScript plugin for CARTO Mobile SDK",
"main": "index",
"typings": "index.d.ts",
"sideEffects": false,
"scripts": {
"build": "npm run tsc",
"build.all": "npm run build && npm run build.angular",
"readme": "readme generate -c ../../tools/readme/blueprint.json",
"tsc": "cpy '**/*.d.ts' '../../packages/ui-carto' --parents --cwd=../../src/ui-carto && tsc -skipLibCheck -d",
"clean": "rimraf ./*.d.ts ./*.js ./*.js.map"
},
"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": "4545c78b4bbf7e55e1ed411496dbe60f0fe22ea4"
}