UNPKG

react-native-google-matrix

Version:

A simple react-native wrapper for Google's Distance Matrix API

34 lines (33 loc) 751 B
{ "name": "react-native-google-matrix", "version": "0.0.3", "main": "index", "description": "A simple react-native wrapper for Google's Distance Matrix API", "author": { "name": "Aldo Ginting", "email": "aldoutamaginting@gmail.com", "url": "http://aldoginting.net" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/aldogint/node-google-distance.git" }, "keywords": [ "google", "maps", "distance", "matrix", "api" ], "dependencies": {}, "devDependencies": { "mocha": "~1.18.2", "chai": "~1.9.1", "react": "16.0.0-alpha.12", "react-native": "0.45.1" }, "scripts": { "test": "./node_modules/.bin/mocha --timeout 10000 test/*.js" } }