1234567891011121314151617181920212223 |
- {
- "name": "zxyj-rider-mini-html",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "http://git.chelingzhu.com/chelingzhu-web/zxyj-rider-mini-html.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "md5": "^2.3.0",
- "moment": "^2.29.1",
- "uview-ui": "^1.7.9",
- "weapp-qrcode": "^1.0.0"
- },
- "devDependencies": {}
- }
|