12345678910111213141516171819 |
- {
- "name": "web-finance",
- "version": "1.0.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "http://git.cc-lotus.info/financial_platform/web-financial.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "vant-weapp": "^0.5.28"
- }
- }
|