geolocation added on offerCar and travel page

This commit is contained in:
arnaucode
2017-01-27 17:49:04 +01:00
parent d76ea5ca19
commit 2b36c80084
727 changed files with 299906 additions and 18 deletions

View File

@@ -0,0 +1,39 @@
{
"name": "angular-simple-logger",
"version": "0.1.7",
"description": "Basic logger with level logging which can also be independent.",
"main": "./dist/angular-simple-logger.js",
"homepage": "https://github.com/nmccready/angular-simple-logger",
"repository": {
"type": "git",
"url": "git://github.com/nmccready/angular-simple-logger.git"
},
"author": "Nicholas McCready",
"license": "MIT",
"dependencies": {
"angular": "^1.2"
},
"devDependencies": {
"angular-mocks": "^1.2"
},
"resolutions": {
"angular": "1.4.X"
},
"ignore": [
".*",
"spec",
"*.coffee",
"*.json",
".gitignore",
".travis.yml",
"*.html",
"package.js",
"*.md",
"src",
"gulp",
"scripts",
"node_modules",
"bower_components",
"tmp"
]
}