bower.json 441 B

1234567891011121314151617181920
  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. }