forked from elmarquis/Leaflet.GestureHandling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 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
{
"name": "@hbtgmbh/leaflet-gesture-handling",
"version": "1.3.0",
"description": "[FORK] Prompt mobile user to use 2 fingers to move the map. Prompt desktop users to use Ctrl+Mouse Wheel to zoom. Brings Google Maps gesture handling into Leaflet. ",
"main": "./dist/leaflet-gesture-handling.min.js",
"files": [
"dist"
],
"types": "./dist/leaflet-gesture-handling.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build",
"start": "gulp dev",
"format": "prettier --write src/*/*",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HBTGmbH/Leaflet.GestureHandling.git"
},
"keywords": [
"Leaflet",
"Maps",
"Gesture",
"Handling",
"two",
"fingers",
"mobile",
"scroll"
],
"author": "A Marquis",
"license": "MIT",
"bugs": {
"url": "https://github.com/elmarquis/leaflet-gesture-handling/issues"
},
"homepage": "https://github.com/elmarquis/leaflet-gesture-handling#readme",
"dependencies": {
"@types/leaflet": "^1.9.3",
"leaflet": "^1.9.4"
},
"devDependencies": {
"babel-core": "^6.26.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-better-rollup": "^4.0.1",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^2.0.0",
"sass": "^1.63.6",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"prettier": "^3.0.0",
"rollup-plugin-babel": "^4.4.0"
}
}