package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "cropper",
  3. "description": "A simple jQuery image cropping plugin.",
  4. "version": "1.0.0",
  5. "main": "dist/cropper.js",
  6. "keywords": [
  7. "image",
  8. "crop",
  9. "cropping",
  10. "move",
  11. "zoom",
  12. "rotate",
  13. "scale",
  14. "jquery",
  15. "plugin",
  16. "html",
  17. "css",
  18. "javascript",
  19. "front-end",
  20. "web",
  21. "development"
  22. ],
  23. "author": {
  24. "name": "Fengyuan Chen",
  25. "url": "https://github.com/fengyuanchen"
  26. },
  27. "homepage": "https://github.com/fengyuanchen/cropper",
  28. "repository": {
  29. "type": "git",
  30. "url": "https://github.com/fengyuanchen/cropper.git"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/fengyuanchen/cropper/issues"
  34. },
  35. "license": "MIT",
  36. "dependencies": {
  37. "@fengyuanchen/tooltip": "0.0.2",
  38. "jquery": ">= 1.9.1"
  39. },
  40. "devDependencies": {
  41. "gulp": "^3.9.0",
  42. "gulp-autoprefixer": "^3.0.2",
  43. "gulp-concat": "~2.6.0",
  44. "gulp-csscomb": "^3.0.6",
  45. "gulp-csslint": "^0.2.0",
  46. "gulp-htmlcomb": "0.1.0",
  47. "gulp-jscs": "^3.0.1",
  48. "gulp-jshint": "^1.11.0",
  49. "gulp-load-plugins": "^1.0.0-rc.1",
  50. "gulp-minify-css": "^1.2.1",
  51. "gulp-qunit": "^1.2.1",
  52. "gulp-rename": "^1.2.0",
  53. "gulp-replace": "^0.5.3",
  54. "gulp-sass": "^2.0.4",
  55. "gulp-sourcemaps": "~1.6.0",
  56. "gulp-uglify": "^1.4.1"
  57. }
  58. }