mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 02:00:01 -03:30
32 lines
856 B
JSON
32 lines
856 B
JSON
{
|
|
"name": "angular-moment",
|
|
"version": "0.10.1",
|
|
"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.3.x",
|
|
"moment-timezone": "0.3.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/urish/angular-moment.git"
|
|
},
|
|
"_release": "0.10.1",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "0.10.1",
|
|
"commit": "8910240ee1872478a1b318d2d800c1c073526c37"
|
|
},
|
|
"_source": "git://github.com/urish/angular-moment.git",
|
|
"_target": "~0.10.1",
|
|
"_originalSource": "angular-moment",
|
|
"_direct": true
|
|
} |