您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

20 行
483 B

  1. {
  2. "name": "xhiveerp",
  3. "description": "Open Source ERP System powered by the Xhive Framework",
  4. "repository": {
  5. "type": "git",
  6. "url": "git+https://github.com/xhiveframework/xhiveerp.git"
  7. },
  8. "homepage": "https://xhiveerp.com",
  9. "author": "SolutionERP LLC",
  10. "license": "GPL-3.0",
  11. "bugs": {
  12. "url": "https://github.com/xhiveframework/xhiveerp/issues"
  13. },
  14. "devDependencies": {},
  15. "dependencies": {
  16. "html2canvas": "^1.1.4",
  17. "onscan.js": "^1.5.2"
  18. }
  19. }