bower.json 347 B

12345678910111213141516171819
  1. {
  2. "name": "edlp_d8_corpus",
  3. "version": "1.0.0",
  4. "authors": [
  5. "Bachir Soussi Chiadmi <bachir@figureslibres.io>"
  6. ],
  7. "license": "MIT",
  8. "homepage": "http://encyclopediedelaparole.org",
  9. "ignore": [
  10. "**/.*",
  11. "node_modules",
  12. "bower_components",
  13. "test",
  14. "tests"
  15. ],
  16. "dependencies": {
  17. "physics": "latest"
  18. }
  19. }