forked from babakhani/pwt.datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"name": "persian-datepicker",
"version": "0.4.5",
"keywords": [
"jquery-plugin",
"persian-datepicker",
"jalali-date",
"datetimepicker",
"bootstrap-datetimepicker",
"persian-date"
],
"license": "MIT",
"author": "Reza Babakhani <babakhani.reza@gmail.com>",
"contributors": [
{
"name": "Reza Babakhani",
"email": "babakhani.reza@gmail.com"
}
],
"repository": "https://github.com/babakhani/pwt.datepicker.git",
"homepage": "http://babakhani.github.io/PersianWebToolkit/doc/datepicker/version.html",
"bugs": {
"url": "https://github.com/babakhani/pwt.datepicker/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"
}
}