bower.json 672 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "complex.js",
  3. "main": "complex.js",
  4. "version": "2.1.1",
  5. "homepage": "https://github.com/infusion/Complex.js",
  6. "description": "A complex number library",
  7. "keywords": [
  8. "math", "complex", "number", "calculus", "parser"
  9. ],
  10. "moduleType": [
  11. "amd",
  12. "globals",
  13. "node"
  14. ],
  15. "authors": [
  16. "Robert Eisele <robert@xarg.org> (http://www.xarg.org/)"
  17. ],
  18. "license": [
  19. "MIT",
  20. "GPL"
  21. ],
  22. "repository": {
  23. "type": "git",
  24. "url": "git://github.com/infusion/Complex.js.git"
  25. },
  26. "ignore": [
  27. "tests",
  28. ".travis.yml",
  29. "package.json"
  30. ]
  31. }