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

31 lines
831 B
JSON
Raw Normal View History

2014-07-31 18:00:20 +02:00
{
"name": "angular-moment",
2015-02-04 16:08:32 +01:00
"description": "Moment.JS directives & filters for AngularJS (timeago alternative)",
2014-07-31 18:00:20 +02:00
"author": "Uri Shaked",
"license": "MIT",
"homepage": "http://github.com/urish/angular-moment",
"main": "./angular-moment.js",
"ignore": [],
"dependencies": {
2015-08-30 19:52:32 +02:00
"angular": ">=1.2.0 <1.5.0",
"moment": ">=2.8.0 <2.11.0"
2014-07-31 18:00:20 +02:00
},
"devDependencies": {
2015-08-30 19:52:32 +02:00
"angular-mocks": "1.4.x",
"moment-timezone": "0.4.0"
2014-07-31 18:00:20 +02:00
},
"repository": {
"type": "git",
"url": "git://github.com/urish/angular-moment.git"
},
2015-08-30 19:52:32 +02:00
"version": "0.10.2",
"_release": "0.10.2",
2014-07-31 18:00:20 +02:00
"_resolution": {
"type": "version",
2015-08-30 19:52:32 +02:00
"tag": "0.10.2",
"commit": "5880a34e1dc6f1413201e4c5759292aea31e14d4"
2014-07-31 18:00:20 +02:00
},
"_source": "git://github.com/urish/angular-moment.git",
2014-08-09 18:41:31 +02:00
"_target": "*",
"_originalSource": "angular-moment"
2014-07-31 18:00:20 +02:00
}