package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "violentmonkey",
  3. "version": "2.5.6",
  4. "scripts": {
  5. "prebuild": "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. "cssnano": "^3.10.0",
  16. "del": "^2.2.0",
  17. "eslint": "^3.17.1",
  18. "glob": "^7.0.3",
  19. "gulp": "^3.9.1",
  20. "gulp-concat": "^2.6.0",
  21. "gulp-eslint": "^3.0.1",
  22. "gulp-filter": "^5.0.0",
  23. "gulp-postcss": "^6.3.0",
  24. "gulp-svg-sprite": "^1.2.19",
  25. "gulp-uglify": "^2.0.0",
  26. "gulp-util": "^3.0.7",
  27. "html-minifier": "^3.2.3",
  28. "js-yaml": "^3.5.5",
  29. "merge2": "^1.0.2",
  30. "mocha": "^3.1.2",
  31. "ncp": "^2.0.0",
  32. "precss": "^1.4.0",
  33. "through2": "^2.0.3"
  34. },
  35. "author": "Gerald <[email protected]>",
  36. "repository": {
  37. "type": "git",
  38. "url": "https://github.com/violentmonkey/violentmonkey.git"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/violentmonkey/violentmonkey/issues"
  42. },
  43. "homepage": "https://github.com/violentmonkey/violentmonkey",
  44. "license": "MIT",
  45. "dependencies": {
  46. "codemirror": "^5.23.0",
  47. "define-commonjs": "^1.1.2",
  48. "vue": "^2.1.10"
  49. }
  50. }