forked from kartena/Proj4Leaflet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "proj4leaflet",
"version": "0.7.0",
"description": "Smooth Proj4js integration with Leaflet",
"main": "src/proj4leaflet.js",
"directories": {
"test": "test",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/kartena/Proj4Leaflet.git"
},
"keywords": [
"maps",
"proj4",
"projection",
"leaflet"
],
"author": "Per Liedman <[email protected]> (https://github.com/perliedman/)",
"contributors": [
"Mattias Bengtsson (https://github.com/moonlite/)",
"Christopher Fredén (https://github.com/icetan/)",
"Peter Thorin (https://github.com/pthorin/)",
"S. Andrew Sheppard (https://github.com/sheppard)",
"Leigh Hunt (https://github.com/leighghunt/)",
"Vladimir Agafonkin (https://github.com/mourner)",
"Mathieu Leplatre (https://github.com/leplatrem)",
"fnicollet (https://github.com/fnicollet)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kartena/Proj4Leaflet/issues"
},
"dependencies": {
"leaflet": "~0.7.0",
"proj4": "~2.0.0"
}
}