123456789101112131415161718192021 |
- {
- "name": "jquery",
- "authors": [
- "a-level <root@root.com>"
- ],
- "description": "",
- "main": "",
- "license": "MIT",
- "homepage": "",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "jquery": "^3.3.1",
- "bootstrap": "3.3.7"
- }
- }
|