package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "Violentmonkey",
  3. "version": "2.4.2",
  4. "scripts": {
  5. "clean": "gulp clean",
  6. "build": "gulp build",
  7. "dev": "gulp watch",
  8. "i18n": "gulp i18n",
  9. "lint": "gulp lint",
  10. "update": "node scripts/update",
  11. "test": "mocha"
  12. },
  13. "description": "Violentmonkey",
  14. "devDependencies": {
  15. "codemirror": "^5.14.2",
  16. "define-commonjs": "^1.0.0",
  17. "del": "^2.2.0",
  18. "glob": "^7.0.3",
  19. "gulp": "^3.9.1",
  20. "gulp-concat": "^2.6.0",
  21. "gulp-cssnano": "^2.1.2",
  22. "gulp-eslint": "^2.0.0",
  23. "gulp-filter": "^4.0.0",
  24. "gulp-svg-sprite": "^1.2.19",
  25. "gulp-uglify": "^1.5.3",
  26. "gulp-util": "^3.0.7",
  27. "html-minifier": "^2.1.0",
  28. "js-yaml": "^3.5.5",
  29. "merge2": "^1.0.2",
  30. "mocha": "^3.1.2",
  31. "ncp": "^2.0.0",
  32. "through2": "^2.0.1"
  33. },
  34. "author": "Gerald <[email protected]>",
  35. "repository": {
  36. "type": "git",
  37. "url": "https://github.com/violentmonkey/violentmonkey.git"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/violentmonkey/violentmonkey/issues"
  41. },
  42. "homepage": "https://github.com/violentmonkey/violentmonkey",
  43. "license": "MIT"
  44. }