package.json 409 B

1234567891011121314151617181920
  1. {
  2. "name": "qpls-md-app",
  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://git.chelingzhu.com/jianguan-web/qpls-md-app.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "moment": "^2.29.1",
  18. "uview-ui": "^1.8.7"
  19. }
  20. }