bower.json 543 B

123456789101112131415161718192021222324
  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. ],
  11. "dependencies": {
  12. "angular": ">=1.0.0 <1.4.0",
  13. "moment": ">=2.8.0 <2.10.0"
  14. },
  15. "devDependencies": {
  16. "angular-mocks": "1.2.x",
  17. "moment-timezone": "0.2.5"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "git://github.com/urish/angular-moment.git"
  22. }
  23. }