package.json 669 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "agriculturalcloud-h5-ui",
  3. "version": "1.0.0",
  4. "description": "修文农业云公共服务系统",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://172.16.90.250:3000/AgriculturalCloud/AgriculturalCloud-h5-UI.git"
  12. },
  13. "author": "Rockery(1113269755@qq.com)",
  14. "license": "MIT",
  15. "uni-app": {
  16. "scripts": {
  17. "h5-weixin": {
  18. "title": "农业云H5微信服务号",
  19. "BROWSER": "Chrome",
  20. "env": {
  21. "UNI_PLATFORM": "h5"
  22. },
  23. "define": {
  24. "H5-WEIXIN": true
  25. }
  26. }
  27. }
  28. }
  29. }