package.json 907 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "fehelper",
  3. "version": "1.0.0",
  4. "description": "chrome extension",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "gulp": "^3.9.1",
  9. "gulp-callback": "0.0.3",
  10. "gulp-clean": "^0.4.0",
  11. "gulp-copy": "^1.1.0",
  12. "gulp-htmlmin": "^4.0.0",
  13. "gulp-jsonminify": "^1.1.0",
  14. "gulp-uglify-es": "^1.0.1",
  15. "gulp-uglifycss": "^1.0.9",
  16. "gulp-watch-path": "^0.1.0",
  17. "gulp-zip": "^4.1.0",
  18. "pretty-bytes": "^4.0.2",
  19. "run-sequence": "^2.2.1",
  20. "shelljs": "^0.8.1"
  21. },
  22. "scripts": {
  23. "watch": "gulp watch",
  24. "build": "gulp"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "git+https://github.com/zxlie/FeHelper.git"
  29. },
  30. "keywords": [
  31. "fehelper"
  32. ],
  33. "author": "zhaoxianlie",
  34. "license": "ISC",
  35. "bugs": {
  36. "url": "https://www.baidufe.com/fehelper/feedback.html"
  37. },
  38. "homepage": "https://www.baidufe.com/fehelper"
  39. }