UNPKG

@benedictstrube/ui-mapbox

Version:

Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.

59 lines (58 loc) 1.87 kB
{ "name": "@benedictstrube/ui-mapbox", "version": "1.2.7", "description": "Interactive, thoroughly customizable maps powered by vector tiles and OpenGL.", "main": "index", "typings": "index.d.ts", "scripts": { "build": "npm run tsc && npm run readme", "readme": "../../node_modules/.bin/readme generate -c ../../tools/readme/blueprint.json", "tsc": "../../node_modules/.bin/cpy '**/*.d.ts' '../../packages/ui-mapbox' --parents --cwd=../../src/ui-mapbox && ../../node_modules/.bin/tsc -skipLibCheck -d", "clean": "../../node_modules/.bin/rimraf ./*.d.ts ./*.js ./*.js.map" }, "nativescript": { "platforms": { "android": "3.0.0", "ios": "3.0.0" } }, "keywords": [ "NativeScript", "Map", "Maps", "Native Maps", "Mapbox", "iOS", "Android", "Angular", "preview|https://raw.githubusercontent.com/nativescript-community/ui-mapbox/master/images/preview.png" ], "author": { "name": "Yermo Lamers", "email": "yml@yml.com", "url": "https://miles-by-motorcycle.com/flyingbricksoftware/about" }, "contributors": [ { "name": "Eddy Verbruggen - Original Author", "email": "eddyverbruggen@gmail.com" }, { "name": "Alex Wells", "email": "autaut03@gmail.com" } ], "license": "MIT", "bugs": { "url": "https://github.com/nativescript-community/ui-mapbox/issues" }, "repository": { "type": "git", "url": "https://github.com/nativescript-community/ui-mapbox" }, "readmeFilename": "README.md", "dependencies": { "@nativescript-community/perms": "^2.2.25" }, "gitHead": "75a9b642c5568ef23e5898c38a127f8565282d3f" }