plugin.json 903 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "id": "b4b2a3beabc9d228f24c34ddb08b0bbe",
  3. "name": "dpxf",
  4. "title": "大棚信号服务",
  5. "prefix": "dpxf",
  6. "version": "1.0.3",
  7. "icon": "",
  8. "description": "大棚信号服务",
  9. "homepage": "",
  10. "license": "",
  11. "repository": {
  12. "type": "git",
  13. "url": ""
  14. },
  15. "author": {
  16. "name": "elviss",
  17. "mobile": "",
  18. "email": "elvisszhang@icloud.com",
  19. "company": ""
  20. },
  21. "dependencies": {
  22. },
  23. "devDependencies": {
  24. "thinkphp": "3.1.3"
  25. },
  26. "environment":[
  27. {
  28. "name":"DB_DSN",
  29. "title":"MySQL数据库配置",
  30. "description":"",
  31. "type":"text"
  32. }
  33. ],
  34. "daemon":[
  35. {
  36. "name":"start_dpxf",
  37. "title":"启动信号服务",
  38. "description":"监听设备每分钟上报数据包",
  39. "startcmd":"{php} {plugin.dir}/index.php start -d dpxf_index/index"
  40. }
  41. ]
  42. }