mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-29 08:34:30 +01:00
31 lines
No EOL
828 B
JSON
31 lines
No EOL
828 B
JSON
{
|
|
"name": "angular-moment",
|
|
"version": "0.9.0",
|
|
"description": "Moment.JS directives & filters for AngularJS (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.8.0 <2.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "1.2.x",
|
|
"moment-timezone": "0.2.5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/urish/angular-moment.git"
|
|
},
|
|
"_release": "0.9.0",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "0.9.0",
|
|
"commit": "bf7da2a9e286fbf5f0561d784fd6b4e2798cfc98"
|
|
},
|
|
"_source": "git://github.com/urish/angular-moment.git",
|
|
"_target": "*",
|
|
"_originalSource": "angular-moment"
|
|
} |