package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "eslint": "gulp eslint",
  9. "update": "node scripts/updateLib",
  10. "version": "gulp build"
  11. },
  12. "description": "Violentmonkey",
  13. "devDependencies": {
  14. "codemirror": "^5.14.2",
  15. "del": "^2.2.0",
  16. "font-awesome": "^4.6.1",
  17. "glob": "^7.0.3",
  18. "gulp": "^3.9.1",
  19. "gulp-concat": "^2.6.0",
  20. "gulp-cssnano": "^2.1.2",
  21. "gulp-eslint": "^2.0.0",
  22. "gulp-filter": "^4.0.0",
  23. "gulp-order": "^1.1.1",
  24. "gulp-replace": "^0.5.4",
  25. "gulp-util": "^3.0.7",
  26. "html-minifier": "^2.1.0",
  27. "js-yaml": "^3.5.5",
  28. "merge2": "^1.0.2",
  29. "ncp": "^2.0.0",
  30. "through2": "^2.0.1",
  31. "underscore": "^1.8.3"
  32. },
  33. "author": "Gerald <[email protected]>",
  34. "repository": {
  35. "type": "git",
  36. "url": "https://github.com/violentmonkey/violentmonkey.git"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/violentmonkey/violentmonkey/issues"
  40. },
  41. "homepage": "https://github.com/violentmonkey/violentmonkey",
  42. "license": "MIT"
  43. }