package.json 975 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "Violentmonkey",
  3. "version": "2.2.4",
  4. "scripts": {
  5. "dev": "gulp build && gulp watch",
  6. "update": "node scripts/updateLib"
  7. },
  8. "description": "Violentmonkey",
  9. "devDependencies": {
  10. "del": "^2.2.0",
  11. "glob": "^6.0.1",
  12. "gulp": "^3.9.0",
  13. "gulp-concat": "^2.6.0",
  14. "gulp-filter": "^3.0.1",
  15. "gulp-minify-css": "^1.2.2",
  16. "gulp-order": "^1.1.1",
  17. "gulp-replace": "^0.5.4",
  18. "gulp-util": "^3.0.7",
  19. "html-minifier": "^1.0.0",
  20. "merge2": "^0.3.6",
  21. "ncp": "^2.0.0",
  22. "through2": "^2.0.0",
  23. "underscore": "^1.8.3"
  24. },
  25. "author": "Gerald <[email protected]>",
  26. "repository": {
  27. "type": "git",
  28. "url": "https://github.com/Violentmonkey/Violentmonkey.git"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/Violentmonkey/Violentmonkey/issues"
  32. },
  33. "homepage": "https://github.com/Violentmonkey/Violentmonkey",
  34. "license": "MIT",
  35. "dependencies": {
  36. "codemirror": "^5.9.0",
  37. "font-awesome": "^4.5.0"
  38. }
  39. }