.bower.json 780 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "hijrah-date",
  3. "version": "1.0.3",
  4. "description": "A date in the Hijrah calendar system",
  5. "main": "hijrah-date.js",
  6. "keywords": "date, hijrah, hijri, calendar, islamic",
  7. "author": "Mouaffak A. Sarhan <mouffaksarhan@gmail.com>",
  8. "license": "MIT",
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/msarhan/hijrah-date.git"
  12. },
  13. "ignore": [
  14. "**/.*",
  15. "node_modules",
  16. "test",
  17. "src"
  18. ],
  19. "homepage": "https://github.com/msarhan/hijrah-date",
  20. "_release": "1.0.3",
  21. "_resolution": {
  22. "type": "version",
  23. "tag": "1.0.3",
  24. "commit": "fcef5a2f8f88d71f697e28dc9d26114ac016fa60"
  25. },
  26. "_source": "https://github.com/msarhan/hijrah-date.git",
  27. "_target": "^1.0.3",
  28. "_originalSource": "hijrah-date",
  29. "_direct": true
  30. }