54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "Proj4Leaflet",
|
|
"version": "1.0.1",
|
|
"homepage": "https://github.com/kartena/Proj4Leaflet",
|
|
"authors": [
|
|
"Per Liedman <per.liedman@kartena.se> (https://github.com/perliedman/)",
|
|
"Peter Thorin (https://github.com/pthorin/)",
|
|
"Semone Kallin Thander (https://github.com/semone/)",
|
|
"S. Andrew Sheppard (https://github.com/sheppard)",
|
|
"Leigh Hunt (https://github.com/leighghunt/)",
|
|
"Andris Nolendorfs (https://github.com/theashyster)",
|
|
"Vladimir Agafonkin (https://github.com/mourner)",
|
|
"Juuso Lehtinen (https://github.com/jleh)",
|
|
"Mattias Bengtsson (https://github.com/moonlite/)",
|
|
"Denis Rykov (http://github.com/drnextgis) ",
|
|
"Jose manuel Vivó Arnal (Chema) (http://github.com/jmvivo) ",
|
|
"Daniel Garcia (http://github.com/keyjote) ",
|
|
"Mathieu Leplatre (https://github.com/leplatrem)",
|
|
"Benny Lichtner (http://github.com/bennlich) ",
|
|
"Christopher Fredén (https://github.com/icetan/)",
|
|
"dpzaba (http://github.com/dpzaba) ",
|
|
"Edward Mac Gillavry (http://github.com/emacgillavry) ",
|
|
"Emil Goude (http://github.com/Stockholmsnovis) ",
|
|
"Simon Legner (http://github.com/simon04) ",
|
|
"Tom Blackmore (http://github.com/tablackmore) ",
|
|
"Fabien NICOLLET (https://github.com/fnicollet)"
|
|
],
|
|
"description": "Smooth Proj4js integration with Leaflet",
|
|
"moduleType": [
|
|
"amd",
|
|
"node"
|
|
],
|
|
"main": [
|
|
"src/proj4leaflet.js"
|
|
],
|
|
"keywords": [
|
|
"Leaflet",
|
|
"Project4"
|
|
],
|
|
"license": "BSD-2-Clause",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"lib",
|
|
"examples",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"proj4": "^2.3.14"
|
|
}
|
|
}
|