.bower.json 759 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "DateJS",
  3. "version": "1.0.0-rc3",
  4. "homepage": "https://github.com/abritinthebay/datejs",
  5. "authors": [
  6. "Gregory Wild-Smith"
  7. ],
  8. "description": "Datejs is an open-source JavaScript Date Library.",
  9. "main": "build/production/date.min.js",
  10. "keywords": [
  11. "date",
  12. "javascript",
  13. "js",
  14. "mit"
  15. ],
  16. "license": "MIT",
  17. "ignore": [
  18. "**/.*",
  19. "node_modules",
  20. "bower_components",
  21. "test",
  22. "tests",
  23. "specs"
  24. ],
  25. "_release": "1.0.0-rc3",
  26. "_resolution": {
  27. "type": "version",
  28. "tag": "v1.0.0-rc3",
  29. "commit": "a173b13c148b8b257c0ca58dea90cb7ad616f35b"
  30. },
  31. "_source": "https://github.com/abritinthebay/datejs.git",
  32. "_target": "^1.0.0-rc3",
  33. "_originalSource": "DateJS",
  34. "_direct": true
  35. }