package.json 579 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "usim",
  3. "version": "0.1.2",
  4. "description": "minimal discrete time simulation in javascript",
  5. "main": "lib/usim.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/herby/usim.git"
  12. },
  13. "keywords": [
  14. "discrete",
  15. "time",
  16. "simulation",
  17. "minimal"
  18. ],
  19. "author": "Herbert Vojčík <herby@mailbox.sk>",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/herby/usim/issues"
  23. },
  24. "homepage": "https://github.com/herby/usim#readme"
  25. }