forked from jalaali/moment-jalaali
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
48 lines (48 loc) · 929 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
42
43
44
45
46
47
48
{
"name": "moment-jalaali",
"version": "0.3.10",
"description": "Jalaali (Jalali, Persian, Khorshidi, Shamsi) calendar system plugin for moment.js",
"keywords": [
"jalaali",
"jalali",
"persian",
"khorshidi",
"shamsi",
"date",
"calendar",
"conversion",
"convert"
],
"main": "build/moment-jalaali.js",
"repository": {
"type": "git",
"url": "git://github.com/jalaali/moment-jalaali"
},
"ignore": [
"bower.json",
"component.json",
"LICENSE",
"Makefile",
"package.json",
"README.md",
"test.js",
"builder",
"**/.*",
"node_modules",
"components",
"bower_components"
],
"license": "MIT",
"homepage": "https://github.com/jalaali/moment-jalaali",
"authors": [
"Behrang Noruzi Niya <behrangn@gmail.com>"
],
"moduleType": [
"amd",
"globals",
"node"
],
"dependencies": {
"moment": "^2.9.0"
}
}