Initial commit.
This commit is contained in:
commit
0335f5aa93
1168 changed files with 261999 additions and 0 deletions
app/bower_components/angular-leaflet-directive
54
app/bower_components/angular-leaflet-directive/.bower.json
vendored
Normal file
54
app/bower_components/angular-leaflet-directive/.bower.json
vendored
Normal file
|
@ -0,0 +1,54 @@
|
|||
{
|
||||
"name": "angular-leaflet-directive",
|
||||
"description": "AngularJS directive to embed an interact with maps managed by Leaflet library",
|
||||
"keywords": [
|
||||
"angularjs",
|
||||
"javascript",
|
||||
"directive",
|
||||
"leaflet"
|
||||
],
|
||||
"main": [
|
||||
"dist/angular-leaflet-directive.js"
|
||||
],
|
||||
"dependencies": {
|
||||
"angular": "1.2.x",
|
||||
"leaflet-dist": "0.7.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jquery": "2.1.x",
|
||||
"bootstrap": "3.1.x",
|
||||
"angular-route": "1.2.x",
|
||||
"angular-animate": "1.2.x",
|
||||
"angular-mocks": "1.2.x",
|
||||
"leaflet.markerclusterer": "0.4",
|
||||
"leaflet.draw": "0.2.2",
|
||||
"Leaflet.label": "0.2.1",
|
||||
"leaflet-tilelayer-geojson": "*",
|
||||
"Leaflet.awesome-markers": "*",
|
||||
"webgl-heatmap-leaflet": "*",
|
||||
"leaflet-plugins": "1.0.1",
|
||||
"esri-leaflet": "0.0.1-beta.4"
|
||||
},
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"src",
|
||||
"doc",
|
||||
"examples",
|
||||
"test",
|
||||
"*.md",
|
||||
"Gruntfile.js",
|
||||
"package.json",
|
||||
"bower.json"
|
||||
],
|
||||
"homepage": "https://github.com/tombatossals/angular-leaflet-directive",
|
||||
"version": "0.7.7",
|
||||
"_release": "0.7.7",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v0.7.7",
|
||||
"commit": "f2b426b3daf3a3753bb76a3526956f14818f358c"
|
||||
},
|
||||
"_source": "git://github.com/tombatossals/angular-leaflet-directive.git",
|
||||
"_target": "~0.7.6",
|
||||
"_originalSource": "angular-leaflet-directive"
|
||||
}
|
22
app/bower_components/angular-leaflet-directive/LICENSE
vendored
Normal file
22
app/bower_components/angular-leaflet-directive/LICENSE
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
The MIT License
|
||||
|
||||
Copyright (c) 2012-2013 https://github.com/tombatossals/angular-leaflet-directive
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in
|
||||
all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue