package.json 647 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "fehelper",
  3. "version": "1.0.0",
  4. "description": "chrome extension",
  5. "main": "build.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "babel-minify": "^0.4.0",
  9. "glob": "^7.1.2",
  10. "html-minifier": "^3.5.14",
  11. "shelljs": "^0.8.1",
  12. "uglifycss": "0.0.29"
  13. },
  14. "scripts": {
  15. "build": "node build.js"
  16. },
  17. "repository": {
  18. "type": "git",
  19. "url": "git+https://github.com/zxlie/FeHelper.git"
  20. },
  21. "keywords": [
  22. "fehelper"
  23. ],
  24. "author": "zhaoxianlie",
  25. "license": "ISC",
  26. "bugs": {
  27. "url": "https://www.baidufe.com/fehelper/feedback.html"
  28. },
  29. "homepage": "https://www.baidufe.com/fehelper"
  30. }