mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-03 14:24:23 +01:00
23 lines
522 B
JSON
23 lines
522 B
JSON
{
|
|
"name": "angular-moment",
|
|
"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.2.0 <1.5.0",
|
|
"moment": ">=2.8.0 <2.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "1.4.x",
|
|
"moment-timezone": "0.4.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/urish/angular-moment.git"
|
|
}
|
|
}
|