-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
73 lines (73 loc) · 1.96 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
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@maps4html/mapml",
"version": "0.14.1",
"description": "Custom <mapml-viewer> element suite",
"keywords": [
"mapml-viewer",
"mapml",
"web-components",
"web",
"maps",
"map",
"web-map",
"layer"
],
"main": "dist/mapml.js",
"module": "dist/mapml.js",
"author": "Maps for HTML Community Group",
"repository": {
"type": "git",
"url": "git://github.com/Maps4HTML/MapML.js.git"
},
"website": "http://maps4html.org/Web-Map-Doc/",
"bugs": {
"url": "https://github.com/Maps4HTML/MapML.js/issues"
},
"license": "W3C",
"contributors": [
{
"name": "Maps for HTML community",
"email": "[email protected]",
"url": "https://github.com/Maps4HTML/MapML.js/graphs/contributors"
}
],
"scripts": {
"postinstall": "npx playwright install --with-deps",
"test": "npx playwright test --retries=3 --workers=1"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-legacy": "^3.0.2",
"@rollup/plugin-node-resolve": "^15.2.3",
"mapml-extension": "git+https://github.com/Maps4HTML/mapml-extension",
"diff": "^5.1.0",
"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-cssmin": "^4.0.0",
"grunt-contrib-jshint": "~3.2.0",
"grunt-contrib-uglify": "~5.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-html": "^15.2.2",
"grunt-prettier": "^2.2.0",
"grunt-rollup": "^12.0.0",
"leaflet": "^1.9.4",
"leaflet.locatecontrol": "^0.81.1",
"path": "^0.12.7",
"playwright": "^1.39.0",
"proj4": "^2.6.2",
"proj4leaflet": "git+https://github.com/Maps4HTML/proj4leaflet.git#es-module",
"protomaps-leaflet": "^4.0.1",
"rollup": "^3.29.5",
"serve-static": "^1.15.0"
},
"files": [
"dist",
"LICENSE.md",
"README.md",
"CONTRIBUTING.md"
]
}