package.json 878 B

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