package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "perfect-scrollbar",
  3. "version": "0.6.10",
  4. "description": "Minimalistic but perfect custom scrollbar plugin",
  5. "author": "Hyunje Alex Jun <me@noraesae.net>",
  6. "contributors": [
  7. {
  8. "name": "Hyunje Alex Jun",
  9. "email": "me@noraesae.net"
  10. }
  11. ],
  12. "main": "./index.js",
  13. "repository": {
  14. "type": "git",
  15. "url": "https://github.com/noraesae/perfect-scrollbar"
  16. },
  17. "bugs": {
  18. "url": "https://github.com/noraesae/perfect-scrollbar/issues"
  19. },
  20. "keywords": [
  21. "jquery-plugin",
  22. "frontend",
  23. "scroll",
  24. "scrollbar"
  25. ],
  26. "engines": {
  27. "node": ">= 0.12.0"
  28. },
  29. "devDependencies": {
  30. "browserify": "^11.2.0",
  31. "del": "^2.0.2",
  32. "event-stream": "^3.3.1",
  33. "gulp": "^3.9.0",
  34. "gulp-autoprefixer": "^3.1.0",
  35. "gulp-connect": "^2.2.0",
  36. "gulp-eslint": "^1.0.0",
  37. "gulp-insert": "^0.5.0",
  38. "gulp-rename": "^1.2.2",
  39. "gulp-sass": "^2.0.4",
  40. "gulp-uglify": "^1.4.1",
  41. "gulp-zip": "^3.0.2",
  42. "vinyl-buffer": "^1.0.0",
  43. "vinyl-source-stream": "^1.1.0"
  44. },
  45. "scripts": {
  46. "test": "gulp",
  47. "before-deploy": "gulp && gulp compress",
  48. "release": "rm -rf dist && gulp && npm publish"
  49. },
  50. "license": "MIT"
  51. }