.bower.json 833 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "angular-moment",
  3. "version": "0.9.0",
  4. "description": "Moment.JS directives & filters for AngularJS (timeago alternative)",
  5. "author": "Uri Shaked",
  6. "license": "MIT",
  7. "homepage": "http://github.com/urish/angular-moment",
  8. "main": "./angular-moment.js",
  9. "ignore": [],
  10. "dependencies": {
  11. "angular": ">=1.0.0 <1.4.0",
  12. "moment": ">=2.8.0 <2.10.0"
  13. },
  14. "devDependencies": {
  15. "angular-mocks": "1.2.x",
  16. "moment-timezone": "0.2.5"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git://github.com/urish/angular-moment.git"
  21. },
  22. "_release": "0.9.0",
  23. "_resolution": {
  24. "type": "version",
  25. "tag": "0.9.0",
  26. "commit": "bf7da2a9e286fbf5f0561d784fd6b4e2798cfc98"
  27. },
  28. "_source": "git://github.com/urish/angular-moment.git",
  29. "_target": "~0.9.0",
  30. "_originalSource": "angular-moment"
  31. }