apollodec/Apollo/bower_components/angular-moment/bower.json
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

24 lines
543 B
JSON
Executable File

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