1234567891011121314151617181920212223 |
- {
- "name": "ola-4",
- "description": "Documentation tool for OLA#4 workshop : OSP html2print",
- "main": "gulpfile.js",
- "authors": [
- "Bachir Soussi Chiadmi",
- "Raphaël Bastide",
- "Sarah Garcin"
- ],
- "license": "GPL-3.0",
- "homepage": "",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "jquery": "^3.1.0",
- "lightbox2": "^2.9.0"
- }
- }
|