|
1 | 1 | {
|
2 |
| - "name": "ui-leaflet", |
3 |
| - "author": "https://github.com/angular-ui/ui-leaflet/graphs/contributors", |
4 |
| - "description": "ui-leaflet - An AngularJS directive to easily interact with Leaflet maps", |
5 |
| - "version": "1.0.0", |
6 |
| - "homepage": "http://angular-ui.github.io/ui-leaflet/", |
7 |
| - "keywords": [ |
8 |
| - "angularjs", |
9 |
| - "javascript", |
10 |
| - "directive", |
11 |
| - "leaflet", |
12 |
| - "angular-ui" |
13 |
| - ], |
14 |
| - "main": [ |
15 |
| - "dist/ui-leaflet.js" |
16 |
| - ], |
17 |
| - "resolutions": { |
18 |
| - "leaflet": "1.0.x" |
19 |
| - }, |
20 |
| - "dependencies": { |
21 |
| - "angular": "1.x", |
22 |
| - "angular-simple-logger": "~0.1.4", |
23 |
| - "leaflet": "1.0.x" |
24 |
| - }, |
25 |
| - "devDependencies": { |
26 |
| - "jquery": "*", |
27 |
| - "semantic-ui": "*", |
28 |
| - "bootstrap": "*", |
29 |
| - "prism": "*", |
30 |
| - "angular-route": "1.x", |
31 |
| - "angular-animate": "1.x", |
32 |
| - "angular-mocks": "1.x", |
33 |
| - "leaflet.markercluster": "Leaflet/Leaflet.markercluster#leaflet-master", |
34 |
| - "leaflet.draw": "*", |
35 |
| - "Leaflet.label": "*", |
36 |
| - "leaflet-tilelayer-geojson": "*", |
37 |
| - "Leaflet.utfgrid": "danzel/Leaflet.utfgrid", |
38 |
| - "Leaflet.awesome-markers": "*", |
39 |
| - "leaflet-providers": "~1.1.5", |
40 |
| - "leaflet.vector-markers": "~0.0.3", |
41 |
| - "webgl-heatmap-leaflet": "*", |
42 |
| - "leaflet-plugins": "*", |
43 |
| - "esri-leaflet": "2.0.x", |
44 |
| - "proj4": "*", |
45 |
| - "font-awesome": "~4.3.x", |
46 |
| - "proj4leaflet": "*", |
47 |
| - "Leaflet.MakiMarkers": "*", |
48 |
| - "Leaflet.heat": "https://github.com/Leaflet/Leaflet.heat/archive/gh-pages.tar.gz", |
49 |
| - "Leaflet.ExtraMarkers": "https://github.com/coryasilva/Leaflet.ExtraMarkers/archive/v1.0.1.tar.gz", |
50 |
| - "Leaflet.fullscreen": "http://github.com/Leaflet/Leaflet.fullscreen/archive/v0.0.4.tar.gz", |
51 |
| - "Leaflet.PolylineDecorator": "bbecquet/Leaflet.PolylineDecorator", |
52 |
| - "ionrangeslider": "~1.9.3", |
53 |
| - "leaflet-minimap": "~2.2.0", |
54 |
| - "esri-leaflet-clustered-feature-layer": "~1.0.x", |
55 |
| - "esri-leaflet-heatmap-feature-layer": "~1.0.x", |
56 |
| - "leaflet-search": "~1.5.8", |
57 |
| - "highlightjs": "~8.8.0", |
58 |
| - "angular-highlightjs": "~0.4.3" |
59 |
| - }, |
60 |
| - "ignoredDependencies": [ |
61 |
| - "leaflet-dist" |
62 |
| - ], |
63 |
| - "ignore": [ |
64 |
| - "website/", |
65 |
| - "**/.*", |
66 |
| - "src", |
67 |
| - "doc", |
68 |
| - "examples", |
69 |
| - "test", |
70 |
| - "*.md", |
71 |
| - "Gruntfile.js", |
72 |
| - "package.json", |
73 |
| - "bower.json", |
74 |
| - "dist/coverage/" |
75 |
| - ] |
| 2 | + "name": "ui-leaflet", |
| 3 | + "author": "https://github.com/angular-ui/ui-leaflet/graphs/contributors", |
| 4 | + "description": "ui-leaflet - An AngularJS directive to easily interact with Leaflet maps", |
| 5 | + "version": "1.0.0", |
| 6 | + "homepage": "http://angular-ui.github.io/ui-leaflet/", |
| 7 | + "keywords": [ |
| 8 | + "angularjs", |
| 9 | + "javascript", |
| 10 | + "directive", |
| 11 | + "leaflet", |
| 12 | + "angular-ui" |
| 13 | + ], |
| 14 | + "main": [ |
| 15 | + "dist/ui-leaflet.js" |
| 16 | + ], |
| 17 | + "dependencies": { |
| 18 | + "angular": "1.x", |
| 19 | + "angular-simple-logger": "~0.1.4", |
| 20 | + "leaflet": "~1.0.x" |
| 21 | + }, |
| 22 | + "resolutions": { |
| 23 | + "angular": "~1.5.x", |
| 24 | + "leaflet": "1.0.x" |
| 25 | + }, |
| 26 | + "devDependencies": { |
| 27 | + "jquery": "*", |
| 28 | + "semantic-ui": "*", |
| 29 | + "bootstrap": "*", |
| 30 | + "prism": "*", |
| 31 | + "angular-route": "1.x", |
| 32 | + "angular-animate": "1.x", |
| 33 | + "angular-mocks": "1.x", |
| 34 | + "leaflet.markercluster": "*", |
| 35 | + "leaflet.draw": "*", |
| 36 | + "Leaflet.label": "*", |
| 37 | + "leaflet-tilelayer-geojson": "*", |
| 38 | + "Leaflet.utfgrid": "danzel/Leaflet.utfgrid", |
| 39 | + "Leaflet.awesome-markers": "*", |
| 40 | + "leaflet-providers": "~1.1.5", |
| 41 | + "leaflet.vector-markers": "0.0.4", |
| 42 | + "webgl-heatmap-leaflet": "*", |
| 43 | + "leaflet-plugins": "*", |
| 44 | + "esri-leaflet": "*", |
| 45 | + "proj4": "*", |
| 46 | + "font-awesome": "~4.3.x", |
| 47 | + "proj4leaflet": "*", |
| 48 | + "Leaflet.MakiMarkers": "*", |
| 49 | + "Leaflet.heat": "https://github.com/Leaflet/Leaflet.heat/archive/gh-pages.tar.gz", |
| 50 | + "Leaflet.ExtraMarkers": "https://github.com/coryasilva/Leaflet.ExtraMarkers/archive/v1.0.1.tar.gz", |
| 51 | + "Leaflet.fullscreen": "http://github.com/Leaflet/Leaflet.fullscreen/archive/v0.0.4.tar.gz", |
| 52 | + "Leaflet.PolylineDecorator": "bbecquet/Leaflet.PolylineDecorator", |
| 53 | + "leaflet-minimap": "~2.2.0", |
| 54 | + "esri-leaflet-clustered-feature-layer": "~1.0.x", |
| 55 | + "esri-leaflet-heatmap-feature-layer": "~1.0.x", |
| 56 | + "leaflet-search": "~1.5.8", |
| 57 | + "highlightjs": "~8.8.0", |
| 58 | + "angular-highlightjs": "~0.4.3" |
| 59 | + }, |
| 60 | + "ignore": [ |
| 61 | + "dist/coverage/", |
| 62 | + "dist/src/", |
| 63 | + "website/", |
| 64 | + "**/.*", |
| 65 | + "src", |
| 66 | + "doc", |
| 67 | + "examples", |
| 68 | + "test", |
| 69 | + "*.md", |
| 70 | + "Gruntfile.js", |
| 71 | + "package.json", |
| 72 | + "dist/coverage/", |
| 73 | + "logo.svg" |
| 74 | + ] |
76 | 75 | }
|
0 commit comments