-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.15 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-ptv-developer",
"version": "1.0.3",
"description": "Extended Leaflet classes for PTV Developer",
"files": [
"dist"
],
"main": "dist/leaflet-ptv-developer-src.js",
"directories": {
"dist": "dist"
},
"repository": {
"type": "git",
"url": "git://github.com/PTV-Group/leaflet-ptv-developer.git"
},
"scripts": {
"prepublish": "grunt"
},
"keywords": [
"leaflet",
"PTV Developer"
],
"author": {
"name": "Mathias Heß",
"email": "mathias.hess@ptvgroup.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/PTV-Group/leaflet-ptv-developer/issues"
},
"homepage": "https://github.com/PTV-Group/leaflet-ptv-developer",
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"leaflet": "global:L"
},
"dependencies": {
"leaflet": "1.9.4",
"superagent": "9.0.2"
},
"devDependencies": {
"browserify": "17.0.0",
"browserify-shim": "3.8.16",
"grunt": "1.6.1",
"grunt-browserify": "6.0.0",
"grunt-cli": "1.4.3",
"grunt-contrib-uglify": "5.2.2"
}
}