UNPKG

nativescript-mapbox

Version:

A Nativescript plugin for Mapbox Native Maps.

84 lines (83 loc) 3.63 kB
{ "name": "nativescript-mapbox", "version": "5.0.1", "description": "A Nativescript plugin for Mapbox Native Maps.", "main": "mapbox", "typings": "index.d.ts", "nativescript": { "platforms": { "android": "3.0.0", "ios": "3.0.0" }, "plugin": { "nan": true, "pan": true, "core3": "true", "category": "Interface" } }, "scripts": { "build": "npm i && tsc --skipLibCheck", "build.debug": "npm run build && cd ../publish && ./pack.sh -d && ./unpack.sh", "build.release": "npm run build && cd ../publish && ./pack.sh && ./unpack.sh", "demo.ios": "npm run build && cd ../demo && tns run ios --syncAllFiles", "demo.android": "npm run build && cd ../demo && tns run android", "demo.android.build": "npm run build && cd ../demo && tns build android --log debug", "test": "npm run tslint && npm run tslint.demo && cd ../demo && tns build ios && tns build android", "test.ios": "cd ../demo && tns test ios --emulator --justlaunch", "test.ios.device": "cd ../demo && tns test ios", "test.android": "cd ../demo && tns test android --justlaunch", "plugin.link": "npm link && cd ../demo && npm link nativescript-mapbox && cd ../src", "preparedemo": "npm run build && cd ../demo && tns plugin remove nativescript-mapbox && tns plugin add ../src && tns install", "setup": "npm run build && cd ../demo && npm i", "setupandinstall": "npm i && cd ../demo && npm i && cd ../src && npm run build && cd ../demo && tns plugin add ../src && cd ../src", "tslint": "tslint --config ../tslint.json '**/*.ts' --exclude '**/node_modules/**'", "tslint.demo": "tslint --config ../tslint.json '../demo/app/*.ts' --exclude '**/node_modules/**'", "ci.tslint": "npm i && tslint '**/*.ts' --config ../tslint.json --exclude '**/node_modules/**'", "prepublishOnly": "npm run build", "development.setup": "npm run setup && npm link && cd ../demo && npm link nativescript-mapbox && cd ../src", "generate.typings.ios": "cd ../demo && TNS_DEBUG_METADATA_PATH=\"$(pwd)/metadata\" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH=\"$(pwd)/typings\" tns build ios && echo 'Now look for your library typings in demo/typings!'", "demo-angular.reset": "cd ../demo-angular && npx rimraf -- hooks node_modules platforms package-lock.json", "demo.reset": "cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json", "plugin.prepare": "npm run build && cd ../demo-angular && tns plugin remove nativescript-mapbox && tns plugin add ../src", "clean": "npm run demo-angular.reset && npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i" }, "repository": { "type": "git", "url": "https://github.com/Yermo/nativescript-mapbox.git" }, "keywords": [ "ecosystem:nativescript", "NativeScript", "Map", "Maps", "Native Maps", "Mapbox" ], "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" } ], "license": "MIT", "bugs": { "url": "https://github.com/Yermo/nativescript-mapbox/issues" }, "homepage": "https://github.com/Yermo/nativescript-mapbox", "readmeFilename": "README.md", "devDependencies": { "tns-core-modules": "~5.3.1", "tns-platform-declarations": "~5.3.1", "tslint": "^5.14.0", "typescript": "~3.3.4000" }, "dependencies": { "nativescript-advanced-permissions": "^1.2.0" } }