Subversion Repositories eFlore/Applications.cel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3845 idir 1
{
2
    "name": "leaflet-gesture-handling",
3
    "version": "1.2.1",
4
    "description": "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. ",
5
    "main": "./dist/leaflet-gesture-handling.min.js",
6
    "files": [
7
        "dist"
8
    ],
9
    "types": "./dist/leaflet-gesture-handling.d.ts",
10
    "scripts": {
11
        "test": "echo \"Error: no test specified\" && exit 1",
12
        "build": "gulp build",
13
        "start": "gulp dev",
14
        "format": "prettier --write src/*/*",
15
        "prepublish": "npm run build"
16
    },
17
    "repository": {
18
        "type": "git",
19
        "url": "git+https://github.com/elmarquis/leaflet-gesture-handling.git"
20
    },
21
    "keywords": [
22
        "Leaflet",
23
        "Maps",
24
        "Gesture",
25
        "Handling",
26
        "two",
27
        "fingers",
28
        "mobile",
29
        "scroll"
30
    ],
31
    "author": "A Marquis",
32
    "license": "MIT",
33
    "bugs": {
34
        "url": "https://github.com/elmarquis/leaflet-gesture-handling/issues"
35
    },
36
    "homepage": "https://github.com/elmarquis/leaflet-gesture-handling#readme",
37
    "devDependencies": {
38
        "babel-core": "^6.26.3",
39
        "gulp": "^3.9.1",
40
        "gulp-autoprefixer": "^5.0.0",
41
        "gulp-better-rollup": "^3.3.0",
42
        "gulp-concat": "^2.6.1",
43
        "gulp-minify-css": "^1.2.4",
44
        "gulp-rename": "^1.2.3",
45
        "gulp-sass": "^4.0.1",
46
        "gulp-sourcemaps": "^2.6.4",
47
        "gulp-uglify": "^3.0.0",
48
        "prettier": "^1.14.0",
49
        "rollup-plugin-babel": "^3.0.7"
50
    }
51
}