-
Notifications
You must be signed in to change notification settings - Fork 114
/
package.json
48 lines (48 loc) · 1.25 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
46
47
48
{
"name": "datetimepicker",
"version": "0.1.39",
"description": "Responsive flat design jQuery DateTime Picker plugin for Web & Mobile",
"keywords": [
"date",
"time",
"picker",
"flat",
"jquery",
"datetimepicker",
"datepicker",
"timepicker",
"input"
],
"bugs": {
"url": "https://github.com/nehakadam/DateTimePicker/issues",
"email": "[email protected]"
},
"author": "Neha Kadam <[email protected]> (https://github.com/nehakadam)",
"_npmUser": {
"name": "nehakadam",
"email": "[email protected]"
},
"homepage": "https://nehakadam.github.io/DateTimePicker/",
"main": "dist/DateTimePicker.min.js",
"repository": {
"type": "git",
"url": "git://github.com:nehakadam/DateTimePicker.git"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1"
},
"peerDependencies": {
"jquery": ">=1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"dependencies": {}
}