UNPKG

maptoolkit

Version:

Utilidades para trabajar con el mapa de google web.

35 lines (34 loc) 925 B
{ "name": "maptoolkit", "version": "1.0.0", "description": "Utilidades para trabajar con el mapa de google web.", "main": "dist/index.js", "scripts": { "clear": "shx rm -rf _bundles dist dist-esm", "build": "tsc && tsc -m es6 --outDir dist-esm && webpack", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mapa" ], "author": "Daniel Sarmiento Sastriques", "license": "MIT", "dependencies": { "eventemitter3": "^2.0.3", "ts-eventemitter": "^0.1.0", "js-info-bubble": "^0.8.0", "typescript-collections": "^1.2.3", "@types/googlemaps": "^3.26.17" }, "devDependencies": { "@types/node": "^8.0.20", "babel-core": "^6.2.1", "babel-loader": "^6.2.0", "babel-preset-es2015": "^6.1.18", "shx": "^0.2.2", "ts-loader": "^2.3.2", "typescript": "2.3.4", "uglifyjs-webpack-plugin": "^0.4.6", "webpack": "^3.5.2" } }