UNPKG

leaflet-environmental-layers

Version:

[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/publiclab/leaflet-environmental-layers/) [![npm version](https://badge.fury.io/js/leaflet-environmental-layers.svg)](http

78 lines (77 loc) 2.56 kB
{ "name": "leaflet-environmental-layers", "version": "2.4.3", "description": "", "main": "index.js", "directories": { "example": "example" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "http-server -p 8080 -c-1", "start:ci": "http-server -p 8080 -c-1 --silent", "cy:open": "cypress open", "cy:run": "cypress run", "cy:run:chrome": "cypress run --browser chrome", "cy:run:electron": "cypress run --browser electron", "prepublishOnly": "yarn install && grunt build", "postversion": "echo \"The version is bumped in this commit\"", "postpublish": "echo \"The version is bumped :)\"" }, "repository": { "type": "git", "url": "git+https://github.com/publiclab/leaflet-environmental-layers.git" }, "keywords": [], "author": { "name": "Sagarpreet Chadha" }, "license": "ISC", "bugs": { "url": "https://github.com/publiclab/leaflet-environmental-layers/issues" }, "homepage": "https://github.com/publiclab/leaflet-environmental-layers#readme", "devDependencies": { "@babel/core": "^7.8.4", "@babel/plugin-transform-for-of": "^7.8.4", "@babel/preset-env": "^7.8.4", "@fortawesome/fontawesome-free": "^5.11.2", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-remove-strict-mode": "0.0.2", "bootstrap": "^4.1.1", "browserify": "latest", "cypress": "^4.12.1", "eslint": "^6.7.2", "eslint-config-google": "^0.14.0", "grunt": "^1.0.4", "grunt-babel": "^8.0.0", "grunt-browserify": "^5.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jasmine": "^1.1.0", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-uglify": "^2.2.0", "grunt-contrib-watch": "^1.1.0", "grunt-template-jasmine-requirejs": "^0.2.3", "http-server": "^0.12.1", "jasmine": "^2.5.3", "jasmine-ajax": "^4.0.0", "jasmine-jquery": "^2.1.1", "matchdep": "^1.0.1", "require": "^2.4.20", "resig-class": "^1.0.0" }, "dependencies": { "esri-leaflet": "^2.3.3", "jquery": "^3.3.1", "leaflet": "^1.3.1", "leaflet-blurred-location": "^1.7.0", "leaflet-fullhash": "github:sagarpreet-chadha/leaflet-fullHash", "leaflet-google-places-autocomplete": "0.0.8", "leaflet-heatmap": "1.0.0", "leaflet-providers": "^1.1.17", "leaflet-spin": "1.1.0", "leaflet.blurred-location-display": "^1.1.0", "leaflet.glify": "github:robertleeplummerjr/Leaflet.glify#aa2b356" } }