package.json 443 B

123456789101112131415161718192021
  1. {
  2. "name": "encrypt-tool",
  3. "version": "0.0.5",
  4. "description": "用于加密的插件",
  5. "author": "Cocos Creator",
  6. "main": "main.js",
  7. "main-menu": {
  8. "扩展/encrypt-tool": {
  9. "message": "encrypt-tool:showPanel"
  10. }
  11. },
  12. "panel": {
  13. "main": "panel/index.js",
  14. "type": "dockable",
  15. "title": "encrypt-tool",
  16. "width": 400,
  17. "height": 600,
  18. "min-height": 500,
  19. "min-width": 300
  20. }
  21. }