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

31 lines
833 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"
},
2016-08-09 15:32:12 +02:00
"version": "0.10.3",
"_release": "0.10.3",
2014-07-31 18:00:20 +02:00
"_resolution": {
"type": "version",
2016-08-09 15:32:12 +02:00
"tag": "0.10.3",
"commit": "07d373b7a2fd17ff25ab927ff7fcb0b53b2d13fd"
2014-07-31 18:00:20 +02:00
},
2016-08-09 15:32:12 +02:00
"_source": "https://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
}