package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "angular-loading-bar",
  3. "version": "0.7.1",
  4. "description": "An automatic loading bar for AngularJS",
  5. "main": "src/loading-bar.js",
  6. "directories": {
  7. "example": "example",
  8. "test": "test"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/chieffancypants/angular-loading-bar.git"
  13. },
  14. "keywords": [
  15. "angular",
  16. "angularjs",
  17. "loading",
  18. "loadingbar",
  19. "progress",
  20. "progressbar"
  21. ],
  22. "author": "Wes Cruver",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/chieffancypants/angular-loading-bar/issues"
  26. },
  27. "homepage": "https://chieffancypants.github.io/angular-loading-bar",
  28. "devDependencies": {
  29. "karma-script-launcher": "~0.1.0",
  30. "karma-chrome-launcher": "~0.1.0",
  31. "karma-firefox-launcher": "~0.1.0",
  32. "karma-html2js-preprocessor": "~0.1.0",
  33. "karma-jasmine": "~0.1.3",
  34. "karma-coffee-preprocessor": "~0.1.0",
  35. "karma-phantomjs-launcher": "~0.1.0",
  36. "karma": "~0.10.2",
  37. "karma-coverage": "~0.1.0",
  38. "grunt": "~0.4.1",
  39. "grunt-contrib-jshint": "~0.6.4",
  40. "grunt-contrib-uglify": "~0.2.4",
  41. "grunt-contrib-cssmin": "~0.6.1",
  42. "grunt-karma": "~0.6.2",
  43. "grunt-contrib-concat": "~0.3.0"
  44. }
  45. }