package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "Violentmonkey",
  3. "version": "2.2.6",
  4. "scripts": {
  5. "clean": "node -e \"require('del')(['dist'])\"",
  6. "dev": "gulp build && gulp watch",
  7. "i18n": "gulp i18n",
  8. "update": "node scripts/updateLib",
  9. "version": "gulp build"
  10. },
  11. "description": "Violentmonkey",
  12. "devDependencies": {
  13. "codemirror": "^5.11.0",
  14. "del": "^2.2.0",
  15. "font-awesome": "^4.5.0",
  16. "glob": "^7.0.0",
  17. "gulp": "^3.9.1",
  18. "gulp-concat": "^2.6.0",
  19. "gulp-cssnano": "^2.1.1",
  20. "gulp-filter": "^3.0.1",
  21. "gulp-order": "^1.1.1",
  22. "gulp-replace": "^0.5.4",
  23. "gulp-util": "^3.0.7",
  24. "html-minifier": "^1.1.1",
  25. "js-yaml": "^3.5.5",
  26. "merge2": "^1.0.1",
  27. "ncp": "^2.0.0",
  28. "through2": "^2.0.1",
  29. "underscore": "^1.8.3"
  30. },
  31. "author": "Gerald <[email protected]>",
  32. "repository": {
  33. "type": "git",
  34. "url": "https://github.com/violentmonkey/violentmonkey.git"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/violentmonkey/violentmonkey/issues"
  38. },
  39. "homepage": "https://github.com/violentmonkey/violentmonkey",
  40. "license": "MIT"
  41. }