forked from MinerMax555/Leaflet.GestureHandling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 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
{
"name": "@gstat/leaflet-gesture-handling",
"version": "1.2.6",
"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",
"module": "./src/leaflet-gesture-handling.js",
"files": [
"dist",
"src"
],
"types": "./dist/leaflet-gesture-handling.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c rollup.config.js",
"start": "rollup -c rollup.config.js --watch",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MinerMax555/Leaflet.GestureHandling.git"
},
"keywords": [
"Leaflet",
"Maps",
"Gesture",
"Handling",
"two",
"fingers",
"mobile",
"scroll"
],
"author": "A Marquis;MinerMax555",
"license": "MIT",
"bugs": {
"url": "https://github.com/MinerMax555/Leaflet.GestureHandling/issues"
},
"homepage": "https://github.com/elmarquis/Leaflet.GestureHandling#readme",
"peerDependencies": {
"leaflet": "^1.7.1"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@types/leaflet": "^1.7.11",
"babel-core": "^6.26.3",
"postcss": "^8.4.16",
"postcss-copy": "^7.1.0",
"postcss-import": "^14.1.0",
"rollup": "^2.78.0",
"rollup-plugin-git-version": "^0.3.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.54.4"
}
}