forked from Maps4HTML/MapML.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.65 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@maps4html/web-map-custom-element",
"version": "0.8.3",
"description": "web-map customized built-in HTML <map> or custom <mapml-viewer>",
"keywords": [
"web-components",
"web",
"maps",
"map",
"web-map",
"geo-map",
"map layer"
],
"main": "mapml-viewer.js",
"module": "mapml-viewer.js",
"author": "Maps for HTML Community Group",
"repository": {
"type": "git",
"url": "git://github.com/Maps4HTML/Web-Map-Custom-Element.git"
},
"website": "http://maps4html.github.io/Web-Map-Custom-Element/",
"bugs": {
"url": "https://github.com/Maps4HTML/Web-Map-Custom-Element/issues"
},
"license": "W3C",
"contributors": [
{
"name": "Maps for HTML community",
"email": "[email protected]",
"url": "https://github.com/Maps4HTML/Web-Map-Custom-Element/graphs/contributors"
}
],
"scripts": {
"test": "jest --detectOpenHandles --verbose --noStackTrace",
"test:watch": "jest --detectOpenHandles --watch"
},
"dependencies": {},
"devDependencies": {
"@runette/leaflet-fullscreen": "1.0.4",
"express": "^4.17.1",
"grunt": "^1.4.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~2.0.0",
"grunt-contrib-uglify-es": "~3.3.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-html": "~9.3.0",
"grunt-rollup": "^11.3.0",
"jest": "^26.1.0",
"jest-playwright-preset": "^0.1.3",
"leaflet": "^1.7.1",
"path": "^0.12.7",
"playwright": "^1.2.1",
"proj4": "^2.6.2",
"proj4leaflet": "^1.0.2",
"rollup": "^2.23.1"
},
"files": [ "dist", "*.md" ]
}