package.json 504 B

123456789101112131415161718192021
  1. {
  2. "name": "garden-wxapp",
  3. "version": "1.0.0",
  4. "description": "npm install uni-simple-router\r npm install uni-read-pages",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://gitee.com/pslsteins/garden-wxapp.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "luch-request": "^3.0.5",
  18. "uni-read-pages": "^1.0.5",
  19. "uni-simple-router": "^2.0.0"
  20. }
  21. }