package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "angular-ladda",
  3. "version": "0.2.2",
  4. "main": "dist/angular-ladda.js",
  5. "dependencies": {
  6. "angular": "^1.2.0"
  7. },
  8. "devDependencies": {
  9. "del": "^0.1.0",
  10. "gulp": "^3.6.0",
  11. "gulp-load-plugins": "^0.7.1",
  12. "gulp-protractor": "^0.0.12",
  13. "gulp-rename": "^1.2.0",
  14. "gulp-jshint": "^1.5.3",
  15. "gulp-uglify": "^1.0.1",
  16. "gulp-header": "^1.2.2",
  17. "gulp-size": "^1.1.0",
  18. "connect": "^3.0.1",
  19. "jshint-stylish": "^1.0.0",
  20. "serve-index": "^1.1.4",
  21. "serve-static": "^1.4.0",
  22. "protractor": "^1.5.0"
  23. },
  24. "description": "An angular directive wrapper for Ladda.",
  25. "repository": {
  26. "type": "git",
  27. "url": "https://github.com/remotty/angular-ladda.git"
  28. },
  29. "keywords": [
  30. "angular",
  31. "ladda",
  32. "angular-ladda",
  33. "ng-ladda"
  34. ],
  35. "author": "Chungsub Kim <subicura@subicura.com> (http://subicura.com/)",
  36. "license": "MIT",
  37. "bugs": {
  38. "url": "https://github.com/remotty/angular-ladda/issues"
  39. },
  40. "homepage": "https://github.com/remotty/angular-ladda"
  41. }