You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

37 rivejä
790 B

  1. {
  2. "name": "jalaali-js",
  3. "version": "1.2.7",
  4. "description": "Converts Gregorian and Jalaali calendars to each other",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/jalaali/jalaali-js"
  9. },
  10. "keywords": [
  11. "jalaali",
  12. "jalali",
  13. "persian",
  14. "khorshidi",
  15. "shamsi",
  16. "calendar",
  17. "date"
  18. ],
  19. "author": "Behrang Noruzi Niya",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/jalaali/jalaali-js/issues"
  23. },
  24. "homepage": "https://github.com/jalaali/jalaali-js",
  25. "devDependencies": {
  26. "browserify": "^17.0.0",
  27. "mocha": "^9.2.2",
  28. "should": "^13.2.3",
  29. "terser": "^5.12.1"
  30. },
  31. "scripts": {
  32. "prepare": "node build-umd.js",
  33. "bench": "node bench.js",
  34. "test": "mocha test.js"
  35. }
  36. }