You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
449 B

  1. {
  2. "name": "cagette",
  3. "version": "1.0.0",
  4. "homepage": "http://www.cagette.net",
  5. "authors": [
  6. "Bubar <francois.barbut@gmail.com>"
  7. ],
  8. "description": "Cagette.net le logiciel des AMAP et groupements d'achat",
  9. "license": "GNU GPL",
  10. "ignore": [
  11. "**/.*",
  12. "node_modules",
  13. "bower_components",
  14. "test",
  15. "tests"
  16. ],
  17. "dependencies": {
  18. "eonasdan-bootstrap-datetimepicker": "~4.7.14",
  19. "bootstrap": "~3.3.4"
  20. }
  21. }