mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-08 03:56:41 +01:00
geolocation added on offerCar and travel page
This commit is contained in:
33
www/lib/leaflet/package.json
Normal file
33
www/lib/leaflet/package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "leaflet",
|
||||
"version": "0.7.7",
|
||||
"description": "JavaScript library for mobile-friendly interactive maps",
|
||||
"devDependencies": {
|
||||
"copyfiles": "^0.2.1",
|
||||
"happen": "~0.2.0",
|
||||
"jake": "~8.0.12",
|
||||
"jshint": "~2.8.0",
|
||||
"karma": "~0.13.14",
|
||||
"karma-chrome-launcher": "^0.2.1",
|
||||
"karma-coverage": "~0.5.3",
|
||||
"karma-mocha": "~0.2.0",
|
||||
"karma-phantomjs-launcher": "^0.2.1",
|
||||
"mocha": "~2.3.3",
|
||||
"tin": "^0.5.0",
|
||||
"uglify-js": "~2.5.0"
|
||||
},
|
||||
"main": "dist/leaflet-src.js",
|
||||
"scripts": {
|
||||
"test": "jake test",
|
||||
"build": "jake build",
|
||||
"release": "./build/publish.sh"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Leaflet/Leaflet.git"
|
||||
},
|
||||
"keywords": [
|
||||
"gis",
|
||||
"map"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user