package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "author": {
  3. "name": "Alex Kaul",
  4. "email": "alexkaul@googlemail.com"
  5. },
  6. "name": "ng-img-crop",
  7. "prettyName": "ngImgCrop",
  8. "version": "0.3.2",
  9. "description": "Image crop directive for AngularJS",
  10. "license": "MIT",
  11. "homepage": "https://github.com/alexk111/ngImgCrop",
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/alexk111/ngImgCrop.git"
  15. },
  16. "dependencies": {},
  17. "devDependencies": {
  18. "connect-livereload": "^0.4.0",
  19. "express": "^4.4.5",
  20. "gulp": "^3.8.5",
  21. "gulp-autoprefixer": "0.0.8",
  22. "gulp-compass": "^1.1.9",
  23. "gulp-concat": "^2.2.0",
  24. "gulp-concat-util": "^0.2.3",
  25. "gulp-header": "^1.0.2",
  26. "gulp-jshint": "^1.6.4",
  27. "gulp-livereload": "^2.1.0",
  28. "gulp-minify-css": "^0.3.6",
  29. "gulp-ng-annotate": "^0.2.0",
  30. "gulp-open": "^0.2.8",
  31. "gulp-plumber": "^0.6.3",
  32. "gulp-rimraf": "^0.1.0",
  33. "gulp-uglify": "^0.3.1",
  34. "gulp-util": "^2.2.19",
  35. "jshint-stylish": "^0.2.0",
  36. "minimist": "^0.2.0",
  37. "opn": "^0.1.2",
  38. "tiny-lr": "0.0.7"
  39. }
  40. }