1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "id": "b4b2a3beabc9d228f24c34ddb08b0bbe",
- "name": "dpxf",
- "title": "大棚信号服务",
- "prefix": "dpxf",
- "version": "1.0.3",
- "icon": "",
- "description": "大棚信号服务",
- "homepage": "",
- "license": "",
- "repository": {
- "type": "git",
- "url": ""
- },
- "author": {
- "name": "elviss",
- "mobile": "",
- "email": "elvisszhang@icloud.com",
- "company": ""
- },
- "dependencies": {
-
- },
- "devDependencies": {
- "thinkphp": "3.1.3"
- },
- "environment":[
- {
- "name":"DB_DSN",
- "title":"MySQL数据库配置",
- "description":"",
- "type":"text"
- }
- ],
- "daemon":[
- {
- "name":"start_dpxf",
- "title":"启动信号服务",
- "description":"监听设备每分钟上报数据包",
- "startcmd":"{php} {plugin.dir}/index.php start -d dpxf_index/index"
- }
- ]
- }
|