UNPKG

mapwrap

Version:

Simple wrapper around Google Maps API

42 lines (41 loc) 907 B
{ "name": "mapwrap", "version": "2.1.0", "description": "Simple wrapper around Google Maps API", "main": "index.js", "types": "./index.d.ts", "scripts": { "test": "mocha --recursive test", "start": "node index.js", "build": "npx babel lib --out-dir dist", "dev": "nodemon index.js --delay 1" }, "repository": { "type": "git", "url": "https://github.com/pixeltopic/mapwrap.git" }, "keywords": [ "google", "maps", "api", "wrapper", "node" ], "author": "pixeltopic", "license": "ISC", "devDependencies": { "@babel/cli": "^7.4.3", "@babel/core": "^7.4.3", "babel-preset-env": "^1.7.0", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "chai-asserttype": "^1.0.5", "mocha": "^6.0.2", "nodemon": "^1.18.10" }, "dependencies": { "axios": "^0.19.0", "joi": "^14.3.1", "lru-cache": "^5.1.1" } }