package.json 473 B

123456789101112131415161718192021222324
  1. {
  2. "author": "Frederic G. MARAND <fgm@osinet.fr>",
  3. "description": "Code de support du cours OSInet DR-821",
  4. "directories": {
  5. "doc": "docs"
  6. },
  7. "keywords": [
  8. "drupal",
  9. "theme",
  10. "bootstrap",
  11. "formation"
  12. ],
  13. "license": "GPL-2.0+",
  14. "name": "dr821",
  15. "repository": {
  16. "type": "git",
  17. "url": "http://formation.osinet.fr:3000/OSInet/dr821.git"
  18. },
  19. "scripts": {},
  20. "version": "8.1.1",
  21. "dependencies": {
  22. "bootstrap": "^3.3.6"
  23. }
  24. }