forked from jjimenezshaw/Leaflet.UTM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.16 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.16 KB
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
43
44
45
46
47
48
{
"name": "leaflet.utm",
"version": "0.0.5",
"description": "Converts LatLng to UTM WGS84 in Leaflet",
"main": "L.LatLng.UTM.js",
"directories": {
"test": "test"
},
"license": "BSD-3-Clause",
"scripts": {
"lint": "eslint L.LatLng.UTM.js examples/* test/*",
"lintfix": "eslint L.*.js examples/* test/* --fix",
"spec": "phantomjs ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html",
"test": "npm run lint && npm run spec",
"release": "mversion patch -m"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jjimenezshaw/Leaflet.UTM.git"
},
"keywords": [
"Leaflet",
"map",
"geo",
"UTM"
],
"devDependencies": {
"blanket": "^1.2.3",
"chai": "~4.1.2",
"chai-leaflet": "^0.0.13",
"eslint": "^4.16.0",
"eslint-plugin-html": "^4.0.1",
"leaflet": "^1.3.1",
"mocha": "^5.0.0",
"mocha-phantomjs-core": "^2.1.2",
"mversion": "^1.10.1",
"phantomjs-prebuilt": "^2.1.16",
"proj4": "2.4.4"
},
"peerDependencies": {
"leaflet": "^1.0.3"
},
"author": "Javier Jimenez Shaw",
"contributors": [
{}
],
"readmeFilename": "README.md"
}