-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
41 lines (40 loc) · 899 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "angular-moment-hijri",
"version": "1.0.0",
"description": "Moment.JS directives & filters for AngularJS (timeago alternative) with Hijri calendar system support",
"author": "Mouaffak A. Sarhan",
"license": "MIT",
"homepage": "https://github.com/msarhan/angular-moment-hijri",
"main": "angular-moment-hijri.js",
"repository": {
"type": "git",
"url": "https://github.com/msarhan/angular-moment-hijri.git"
},
"keywords": [
"hijri",
"Hijrah",
"Hijra",
"Islamic",
"arabic",
"lunar",
"Umm al-Qura",
"Ummalqura",
"date",
"calendar",
"conversion",
"moment",
"angular"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests.js",
"angular-moment-hijri-module.js"
],
"devDependencies": {
"angular-moment": "1.0.1",
"moment-hijri": "2.0.x",
"angular-mocks": "1.5.x"
}
}