-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.07 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
{
"name": "leaflet-xserver",
"version": "1.1.7",
"description": "Extended Leaflet classes for PTV xServer",
"files": [
"dist"
],
"main": "dist/leaflet-xserver-src.js",
"directories": {
"dist": "dist"
},
"repository": {
"type": "git",
"url": "git://github.com/ptv-logistics/leaflet-xserver.git"
},
"scripts": {
"prepublish": "grunt"
},
"keywords": [
"leaflet",
"xserver"
],
"author": {
"name": "Oliver Heilig",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ptv-logistics/leaflet-xserver/issues"
},
"homepage": "https://ptv-logistics.github.io/xserverjs",
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"leaflet": "global:L"
},
"dependencies": {
"leaflet": "^1.7.1",
"superagent": "^5.1.0"
},
"devDependencies": {
"browserify": "^17.0.0",
"browserify-shim": "^3.8.14",
"grunt": "^1.4.1",
"grunt-browserify": "^6.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-uglify": "^5.0.1"
}
}