bower.json 505 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "usim",
  3. "version": "0.1.2",
  4. "homepage": "https://github.com/herby/usim",
  5. "authors": [
  6. "Herbert Vojčík <herby@mailbox.sk>"
  7. ],
  8. "description": "minimal discrete time simulation in javascript",
  9. "main": "lib/usim.js",
  10. "moduleType": [
  11. "amd",
  12. "globals",
  13. "node"
  14. ],
  15. "keywords": [
  16. "discrete",
  17. "time",
  18. "simulation",
  19. "minimal"
  20. ],
  21. "license": "MIT",
  22. "ignore": [
  23. "**/.*",
  24. "node_modules",
  25. "bower_components",
  26. "test",
  27. "tests"
  28. ]
  29. }