package.json 467 B

12345678910111213141516171819202122
  1. {
  2. "name": "ParkApp",
  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://192.168.1.218:3000/xuanyan/ParkApp.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "base-64": "^1.0.0",
  18. "luch-request": "^3.0.7",
  19. "uni-read-pages": "^1.0.5",
  20. "uni-simple-router": "^2.0.7"
  21. }
  22. }