-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
45 lines (45 loc) · 1.01 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
44
45
{
"name": "mpdatepicker",
"version": "2.0.1",
"description": "material persian date picker",
"main": "module/index.js",
"directories": {
"example": "example",
"dist": "dist",
"src": "src"
},
"dependencies": {
"jquery": ">=1.10.2"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-concat-css": "^0.3.2",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4xmen/mpdatepicker.git"
},
"keywords": [
"persian",
"datepicker",
"datetimepicker",
"calendar"
],
"author": {
"name": "4xmen",
"url": "http://4xmen.ir"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/4xmen/mpdatepicker/issues"
},
"homepage": "https://github.com/4xmen/mpdatepicker#readme"
}