UNPKG

nativescript-uber

Version:
40 lines (39 loc) 982 B
{ "name": "nativescript-uber", "version": "1.5.2", "description": "Uber Rides plugin for Nativescript", "main": "uber-view", "typings": "uber-view.d.ts", "nativescript": { "platforms": { "android": "3.0.0", "ios": "3.0.0" } }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "./node_modules/.bin/tsc" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/yamilquery/nativescript-uber.git" }, "keywords": [ "Nativescript", "Google", "Maps", "API", "SDK" ], "author": "Yamil Díaz Aguirre <yamilquery@gmail.com> (https://github.com/yamilquery)", "license": "MIT", "bugs": { "url": "https://github.com/yamilquery/nativescript-uber/issues" }, "homepage": "https://github.com/yamilquery/nativescript-uber#readme", "devDependencies": { "tns-core-modules": "^3.0.0", "tns-platform-declarations": "^3.0.1", "typescript": "^2.3.2" } }