-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 1.06 KB
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": "persiandate-picker",
"version": "0.5.1",
"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": "git@github.com:persiandate/picker.git",
"homepage": "https://persiandate.github.io/PersianWebToolkit/doc/datepicker/version.html",
"bugs": {
"url": "https://github.com/persiandate/picker/issues"
},
"devDependencies": {},
"dependencies": {
"coffee-script": "^1.10.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsdoc": "^2.1.0",
"jquery": "^3.1.0",
"jsdoc": "^3.4.0",
"persiandate": "^0.2.0"
}
}