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