ledgerrb/public/app/bower_components/angular-moment/bower.json

24 lines
543 B
JSON
Raw Normal View History

2014-07-31 18:00:20 +02:00
{
"name": "angular-moment",
2014-09-30 12:29:53 +02:00
"version": "0.8.2",
2014-07-31 18:00:20 +02:00
"description": "Moment.JS directives & filters for Angular.JS (timeago alternative)",
"author": "Uri Shaked",
"license": "MIT",
"homepage": "http://github.com/urish/angular-moment",
"main": "./angular-moment.js",
"ignore": [
],
"dependencies": {
"angular": ">=1.0.0 <1.4.0",
2014-09-30 12:29:53 +02:00
"moment": ">=2.0.0 <2.9.0"
2014-07-31 18:00:20 +02:00
},
"devDependencies": {
"angular-mocks": "1.2.x",
2014-09-30 12:29:53 +02:00
"moment-timezone": "0.2.1"
2014-07-31 18:00:20 +02:00
},
"repository": {
"type": "git",
"url": "git://github.com/urish/angular-moment.git"
}
}