-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 976 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 976 Bytes
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
{
"name": "jquery-dropdown-datepicker",
"version": "1.3.0",
"description": "A simple customizable jquery dropdown datepicker",
"main": "dist/jquery-dropdown-datepicker.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tanvir0604/jquery-dropdown-datepicker.git"
},
"keywords": [
"datepicker",
"daterangepicker",
"plugin",
"dropdown",
"jquery"
],
"author": "Md Shafkat Hussain Tanvir <tanvir0604@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tanvir0604/jquery-dropdown-datepicker/issues"
},
"homepage": "https://github.com/tanvir0604/jquery-dropdown-datepicker#readme",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
}
}