UNPKG

gaf-mobile

Version:

GAF mobile Web site

113 lines (112 loc) 5.32 kB
{ "name": "gaf-mobile", "description": "Freelancer Mobile Web Site", "version": "1.0.0", "authors": [ "Laurent Goudet <laurent@freelancer.com>" ], "homepage": "https://gitlab.freelancer.com/eng/gaf-mobile", "repository": { "type": "git", "url": "git@git.freelancer.com:eng/gaf-mobile.git" }, "main": [ "app/scripts/ext/modernizr.custom.48885.js", "app/scripts/ext/requestAnimationFrame.js", "app/scripts/ext/Number.isNaN.js", "app/scripts/ext/localStorage.custom.js", "app/scripts/ext/libnotify.custom.js", "app/scripts/app.js", "app/scripts/config.js", "app/scripts/controllers/DepositCtrl.js", "app/scripts/controllers/HirePageCtrl.js", "app/scripts/controllers/HomePageCtrl.js", "app/scripts/controllers/JobsDirectoryCtrl.js", "app/scripts/controllers/ErrorCtrl.js", "app/scripts/controllers/NavCtrl.js", "app/scripts/controllers/LoginCtrl.js", "app/scripts/controllers/LogoutCtrl.js", "app/scripts/controllers/SignupCtrl.js", "app/scripts/controllers/PostProjectCtrl.js", "app/scripts/controllers/ProjectTemplatesCtrl.js", "app/scripts/controllers/ResetPasswordCtrl.js", "app/scripts/controllers/MyProjectsCtrl.js", "app/scripts/controllers/ViewProjectCtrl.js", "app/scripts/controllers/CreateBidCtrl.js", "app/scripts/controllers/UserProfileCtrl.js", "app/scripts/controllers/FreelancersDirectoryCtrl.js", "app/scripts/controllers/UpgradeProjectCtrl.js", "app/scripts/controllers/DashboardCtrl.js", "app/scripts/controllers/PhoneVerificationCtrl.js", "app/scripts/controllers/PaymentVerificationCtrl.js", "app/scripts/controllers/MembershipsCtrl.js", "app/scripts/controllers/FindPageCtrl.js", "app/scripts/controllers/common/StatsCtrl.js", "app/scripts/controllers/common/LanguageSelectCtrl.js", "app/scripts/directives/flMobileBackground.js", "app/scripts/services/experiments/experiments.js", "app/scripts/services/hireme/hireme.js", "app/scripts/services/memberships/memberships.js", "app/scripts/services/threatmetrix/threatmetrix.js", "app/scripts/filters/milestoneOrderFilter.js", "app/scripts/filters/stripUrlFilter.js", "app/components/mobile-footer/mobile-footer.js", "app/components/posting-guide/posting-guide.js", "app/components/hero-work-link/hero-work-link.js", "app/components/bid-item/bid-item.js", "app/components/project-item/project-item.js", "app/components/dashboard-item/dashboard-item.js", "app/components/greeter/greeter.js", "app/components/skill-select/skill-select.js", "app/components/nda-form/nda-form.js", "app/components/jobs-localjobs/jobs-localjobs.js", "app/components/updatelocation-modal/updatelocation-modal.js", "app/components/inbox/inbox.js", "app/components/thread/thread.js", "app/components/create-milestone-modal/create-milestone-modal.js", "app/components/hireme-modal/hireme-modal.js" ], "dependencies": { "angular": "~1.5.0", "angular-animate": "~1.5.0", "angular-carousel": "~0.3.10", "angular-google-maps": "2.3.2", "angular-google-places-autocomplete": "git+https://github.com/joshleeb/AngularGooglePlacesAutocomplete.git#0.2.7-drawerFix", "angular-md5": "~0.1.8", "angular-messages": "~1.5.0", "angular-raven": "~0.5.11", "angular-route": "~1.5.0", "angular-sanitize": "~1.5.0", "angular-snap": "~1.6.0", "angular-touch": "1.6.2", "fastclick": "git+https://github.com/nesiri/fastclick.git#fix-google-places", "fl-analytics": "git+https://git.freelancer.com/angular/bower-fl-analytics.git#1.21.0", "fl-api": "git+https://git.freelancer.com/angular/bower-fl-api.git#1.21.0", "fl-api-translations": "git+https://git.freelancer.com/angular/bower-fl-api-translations.git#1.21.0", "fl-auth": "git+https://git.freelancer.com/angular/bower-fl-auth.git#1.21.0", "fl-captcha": "git+https://git.freelancer.com/angular/bower-fl-captcha.git#1.21.0", "fl-cdn": "git+https://git.freelancer.com/angular/bower-fl-cdn.git#1.21.0", "fl-cookies": "git+https://git.freelancer.com/angular/bower-fl-cookies.git#1.21.0", "fl-facebook": "git+https://git.freelancer.com/angular/bower-fl-facebook.git#1.21.0", "fl-feedback": "git+https://git.freelancer.com/angular/bower-fl-feedback.git#1.21.0", "fl-location": "git+https://git.freelancer.com/angular/bower-fl-location.git#1.21.0", "fl-payments": "git+https://git.freelancer.com/angular/bower-fl-payments.git#1.21.0", "fl-preload": "git+https://git.freelancer.com/angular/bower-fl-preload.git#1.21.0", "fl-stats": "git+https://git.freelancer.com/angular/bower-fl-stats.git#1.21.0", "fl-ui": "git+https://git.freelancer.com/angular/bower-fl-ui.git#1.21.0", "fl-utils": "git+https://git.freelancer.com/angular/bower-fl-utils.git#1.21.0", "fl-validation": "git+https://git.freelancer.com/angular/bower-fl-validation.git#1.21.0", "snapjs": "git+https://github.com/laurentgoudet/Snap.js.git#1.9.2-fork", "sockjs-client": "~1.0.3" }, "devDependencies": { "angular-mocks": "~1.5.0" }, "resolutions": { "angular": "~1.5.0", "angular-animate": "~1.5.0", "angular-route": "~1.5.0", "angular-sanitize": "~1.5.0", "angular-touch": "1.6.2" } }