123456789101112131415161718 |
- {
- "name": "groupwork",
- "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/group-work/groupWork.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "vant-weapp": "^0.5.29"
- }
- }
|