1234567891011121314151617181920212223 |
- {
- "name": "exegetes-doc-web",
- "authors": [
- "loconox <contact@jeremielibeau.fr>"
- ],
- "description": "",
- "main": "",
- "license": "MIT",
- "homepage": "",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "app/Resources/lib/",
- "test",
- "tests"
- ],
- "dependencies": {
- "bootstrap-sass": "^3.3.7",
- "datatables.net": "^1.10.15",
- "datatables.net-bs": "^2.1.1"
- }
- }
|