forked from Raruto/leaflet-elevation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.68 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
{
"name": "@raruto/leaflet-elevation",
"version": "1.7.6",
"description": "A Leaflet plugin that allows to add elevation profiles using d3js",
"main": "dist/leaflet-elevation.min.js",
"module": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c build/rollup.config.js",
"watch": "rollup -c build/rollup.config.js --watch",
"dev": "npm run watch",
"version": "npm run build && git add -A"
},
"repository": {
"type": "git",
"url": "https://github.com/Raruto/leaflet-elevation.git"
},
"keywords": [
"leaflet",
"d3js",
"javascript",
"elevation",
"highchart",
"altitude",
"gpx",
"gps-visualizer"
],
"author": {
"name": "Felix “MrMufflon” Bache",
"url": "https: //github.com/MrMufflon/Leaflet.Elevation"
},
"contributors": [
{
"name": "Raruto",
"url": "https://github.com/Raruto/leaflet-elevation"
},
{
"name": "Felix Bache",
"web": "https://github.com/HostedDinner/Leaflet.Elevation"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Raruto/leaflet-elevation/issues"
},
"homepage": "https://github.com/Raruto/leaflet-elevation#readme",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@rollup/plugin-babel": "^5.0.3",
"postcss-copy": "^7.1.0",
"postcss-import": "^12.0.1",
"rollup": "^2.2.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-git-version": "^0.3.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.5.0",
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"leaflet": "^1.6.0",
"leaflet-gpx": "^1.5.0",
"d3": "5.15.0"
},
"dependencies": {
"leaflet-i18n": "^0.3.1"
}
}