1234567891011121314151617181920 |
- {
- "name": "launch",
- "description": "A Vue.js project",
- "main": "",
- "authors": [
- "zhangl <zhangl@elab-plus.com>"
- ],
- "license": "MIT",
- "homepage": "",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "jquery": "^3.3.1"
- }
- }
|