2
0

package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "verto_communicator",
  3. "version": "0.0.1",
  4. "license": "MPL-1.1",
  5. "description": "HTML5 Based Communications application for use with FreeSWITCH and mod_verto",
  6. "devDependencies": {
  7. "autoprefixer-core": "^5.2.1",
  8. "browser-sync": "^2.8.2",
  9. "connect-logger": "0.0.1",
  10. "grunt": "^0.4.5",
  11. "grunt-browser-sync": "^2.1.2",
  12. "grunt-concurrent": "^1.0.0",
  13. "grunt-contrib-clean": "^0.6.0",
  14. "grunt-contrib-concat": "^0.5.0",
  15. "grunt-contrib-copy": "^0.7.0",
  16. "grunt-contrib-cssmin": "^0.12.0",
  17. "grunt-contrib-htmlmin": "^0.4.0",
  18. "grunt-contrib-imagemin": "^1.0.0",
  19. "grunt-contrib-jshint": "^0.11.0",
  20. "grunt-contrib-uglify": "^0.7.0",
  21. "grunt-contrib-watch": "latest",
  22. "grunt-preprocess": "latest",
  23. "grunt-git-revision": "latest",
  24. "grunt-filerev": "^2.1.2",
  25. "grunt-newer": "^1.1.0",
  26. "grunt-ng-annotate": "^0.9.2",
  27. "grunt-postcss": "^0.5.3",
  28. "grunt-svgmin": "^2.0.0",
  29. "grunt-usemin": "^3.0.0",
  30. "grunt-wiredep": "^2.0.0",
  31. "jit-grunt": "^0.9.1",
  32. "jshint-stylish": "^1.0.0",
  33. "time-grunt": "^1.0.0"
  34. },
  35. "repository": {
  36. "type": "git",
  37. "url": "https://freeswitch.org/stash/scm/fs/freeswitch.git"
  38. }
  39. }