-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathbower.json
72 lines (72 loc) · 2.21 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "persian-date",
"version": "1.1.0",
"main": [
"dist/<= pkg.version>/persian-date-<= pkg.version>.js"
],
"ignore": [
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
".jshintrc",
"**/*.txt",
"bower.json",
"gruntfile.js",
"package.json",
"README.md",
"source",
"spec"
],
"license": "WTFPL",
"protocol": "https:",
"slashes": true,
"hostname": "github.com",
"host": "github.com",
"pathname": "[email protected]:babakhani/PersianDate.git",
"path": "[email protected]:babakhani/PersianDate.git",
"href": "https://github.com/[email protected]:babakhani/PersianDate.git",
"owner": "babakhani",
"repo": "babakhani/PersianDate",
"branch": "master",
"repository": "babakhani/persian-date",
"host_api": "api.github.com",
"host_raw": "https://raw.githubusercontent.com",
"api": "https://api.github.com/repos/babakhani/PersianDate",
"raw": "https://raw.githubusercontent.com/babakhani/PersianDate/master/master",
"url": "https://github.com/babakhani/PersianDate",
"git": "https://github.com/babakhani/PersianDate.git",
"clone": "https://github.com/babakhani/PersianDate.git",
"tarball": "https://api.github.com/repos/babakhani/PersianDate/tarball/master",
"zip": "https://github.com/babakhani/PersianDate/archive/master.zip",
"https": "https://github.com/babakhani/PersianDate",
"travis": "https://travis-ci.org/babakhani/PersianDate",
"pkg": "https://github.com/babakhani/PersianDate/blob/master/package.json",
"readme": "https://github.com/babakhani/PersianDate/blob/master/README.md",
"file": "https://github.com/babakhani/PersianDate/blob/master/master",
"homepage": "http://babakhani.github.io/PersianWebToolkit/docs/persian-date/",
"bugs": {
"url": "https://github.com/babakhani/persian-date/issues"
},
"files": [
"dist"
],
"keywords": [
"calendar",
"date",
"jalali-date",
"khayyam",
"persian-date"
],
"description": "Javascript date library for parsing, validating, manipulating, and formatting persian dates System.",
"contributors": [
"Reza Babakhani <[email protected]>"
],
"authors": [
"Reza Babakhani <[email protected]>"
],
"pre-commit": [
"lint",
"test"
]
}