1234567891011121314151617181920 |
- {
- "name": "gubersail-app",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "http://git.echepei.com/gubersail/gubersail-app.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "uuid": "^13.0.0",
- "uview-ui": "^2.0.38"
- }
- }
|