mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-09 05:24:12 +01:00
23 lines
543 B
JSON
23 lines
543 B
JSON
{
|
|
"name": "angular-moment",
|
|
"version": "0.8.0",
|
|
"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",
|
|
"moment": ">=2.0.0 <2.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "1.2.x",
|
|
"moment-timezone": "0.1.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/urish/angular-moment.git"
|
|
}
|
|
}
|