-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 KB
/
package.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
{
"name": "persian-calheatmap",
"version": "0.1.0",
"keywords": [
"calendar heat map",
"heat map",
"datetimepicker",
"jalali",
"khayam",
"persian",
"iran"
],
"license": "MIT",
"author": "Reza Babakhani <[email protected]>",
"contributors": [
{
"name": "Reza Babakhani",
"email": "[email protected]"
}
],
"repository": "https://github.com/babakhani/pwt.calheatmap.git",
"homepage": "http://babakhani.github.io/PersianWebToolkit/doc/calheatmap/version.html",
"bugs": {
"url": "https://github.com/babakhani/pwt.calheatmap/issues"
},
"devDependencies": {
"coffee-script": "^1.9.2",
"grunt": "0.4.4",
"grunt-cli": "0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy ": "^0.2.0",
"grunt-contrib-cssmin ": "^0.10.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify ": "^0.1.0",
"grunt-contrib-watch": "*",
"grunt-jsdoc": "^0.5.7",
"jsdoc": "^3.2.0"
},
"dependencies": {
"jquery": ">=1.10.2",
"persian-date": ">=0.1.8"
}
}