{ "name": "armedpolice", "version": "1.0.0", "description": "ArmedPolice 武警ERP", "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.ipeace.org.cn/GolangCoding/ArmedPolice.git" }, "author": "Henry", "license": "ISC", "apidoc": { "name": "ArmedPolice", "title": "ArmedPoliceAPI", "description": "话不多说", "url": "http://127.0.0.1:8010", "sampleUrl": "http://127.0.0.1:8010", "order": [ "Account", "Config", "User", "Menu", "Role", "Captcha", "Upload", "Manage" ] }, "pack": [ { "name": "ArmedPoliceServer-Window", "format": "zip", "pattern": "{Serve.exe,config.yaml,keys/*,file/*,start.sh,stop.sh}", "options": { "dot": true, "ignore": [ "*.log" ] } }, { "name": "ArmedPoliceServer-Linux", "format": "tar", "pattern": "{SciencesServer,config.yaml,keys/*,file/*,start.sh,stop.sh}", "options": { "dot": true, "ignore": [ "*.log" ] } } ] }