Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. {
  2. "name": "restfort-web-app-waiter",
  3. "version": "0.0.1",
  4. "authors": [
  5. "Daniel Nedelchev Donev <daniel.donev.91@gmail.com>"
  6. ],
  7. "description": "RestFort Web App Waiter",
  8. "main": "index.html",
  9. "license": "MIT",
  10. "ignore": [
  11. "**/.*",
  12. "node_modules",
  13. "bower_components",
  14. "test",
  15. "tests"
  16. ],
  17. "dependencies": {
  18. "jquery": "~2.1.4",
  19. "bootstrap": "~3.3.5",
  20. "angular": "~1.4.6",
  21. "angular-route": "~1.4.6",
  22. "angular-touch": "~1.4.6",
  23. "angular-sanitize": "~1.4.6",
  24. "angular-cookies": "~1.4.6",
  25. "angular-translate": "~2.8.0",
  26. "angular-translate-loader-static-files": "~2.8.0",
  27. "angular-translate-storage-cookie": "~2.8.0",
  28. "angular-translate-storage-local": "~2.8.0",
  29. "angular-filter": "~0.5.7",
  30. "moment": "~2.10.6",
  31. "moment-timezone": "~0.4.1",
  32. "angular-moment": "~1.0.0-beta.3",
  33. "restangular": "~1.5.1",
  34. "restfort-module-nav-bar": "git@bitbucket.org:RestFort/restfort-module-nav-bar.git",
  35. "restfort-module-utils": "git@bitbucket.org:RestFort/restfort-module-utils.git",
  36. "restfort-module-swipe": "git@bitbucket.org:RestFort/restfort-module-swipe.git",
  37. "restfort-module-provider-tenant": "git@bitbucket.org:RestFort/restfort-module-provider-tenant.git",
  38. "restfort-module-provider-table": "git@bitbucket.org:RestFort/restfort-module-provider-table.git",
  39. "restfort-module-provider-tab": "git@bitbucket.org:RestFort/restfort-module-provider-tab.git",
  40. "restfort-module-provider-order": "git@bitbucket.org:RestFort/restfort-module-provider-order.git",
  41. "AngularHammer": "ryanmullins-angular-hammer#~2.1.10"
  42. }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement