package.json 937 B

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