package.json 754 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "excel-killer",
  3. "version": "0.0.1",
  4. "description": "The package template for getting started.",
  5. "author": "Cocos Creator",
  6. "main": "main.js",
  7. "main-menu": {
  8. "i18n:MAIN_MENU.package.title/excel-killer": {
  9. "accelerator": "CmdOrCtrl+Shift+j",
  10. "message": "excel-killer:open"
  11. }
  12. },
  13. "panel": {
  14. "main": "panel/index.js",
  15. "type": "dockable",
  16. "title": "excel-killer",
  17. "width": 500,
  18. "height": 800,
  19. "min-height": 200,
  20. "min-width": 500
  21. },
  22. "engines": {
  23. "node": "~8.4.0",
  24. "npm": "~5.5.1"
  25. },
  26. "dependencies": {
  27. "chokidar": "~2.0.2",
  28. "fs-extra": "^5.0.0",
  29. "json-beautifully": "^1.0.3",
  30. "node-xlsx": "~0.11.2",
  31. "uglify-js": "~3.3.14",
  32. "upath": "^1.2.0"
  33. }
  34. }