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"
|
|
|
|
}
|
|
|
|
}
|