12345678910111213141516171819202122 |
- {
- "name": "module3",
- "authors": [
- "Entony <leonskottkenedi@gmail.com>"
- ],
- "description": "",
- "main": "",
- "license": "MIT",
- "homepage": "",
- "private": true,
- "ignore": [
- "**/.*",
- "node_modules",
- "lib/",
- "test",
- "tests"
- ],
- "dependencies": {
- "bootstrap": "^3.3.7",
- "jquery": "^3.2.1"
- }
- }
|