Aucune description

package.json 560B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "num2fraction",
  3. "version": "1.2.2",
  4. "description": "Convert number to fraction",
  5. "main": "index.js",
  6. "author": {
  7. "name": "yisi",
  8. "email": "yiorsi@gmail.com",
  9. "url": "http://iyunlu.com/view"
  10. },
  11. "license": "MIT",
  12. "repository": {
  13. "type": "git",
  14. "url": "git@github.com:yisibl/num2fraction.git"
  15. },
  16. "keywords": [
  17. "fraction",
  18. "number",
  19. "math",
  20. "maths",
  21. "arithmetic",
  22. "gcd",
  23. "rational"
  24. ],
  25. "devDependencies": {
  26. "tape": "^3.0.0"
  27. },
  28. "scripts": {
  29. "test": "tape test/*.js"
  30. }
  31. }