-
Notifications
You must be signed in to change notification settings - Fork 181
/
package.json
42 lines (42 loc) · 1.06 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": "jquery-simple-datetimepicker",
"version": "1.14.0",
"description": "Date and time picker, it's simple & clean. (jQuery plugin)",
"files": [
"jquery.simple-dtpicker.js",
"jquery.simple-dtpicker.css"
],
"main": "jquery.simple-dtpicker.js",
"scripts": {
"start": "node dev/preview-daemon.js",
"test": "grunt test --verbose --force"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery"
],
"repository": {
"type": "git",
"url": "git://github.com/mugifly/jquery-simple-datetimepicker.git"
},
"author": {
"name": "Masanori Ohgita",
"url": "http://ohgita.info/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/mugifly/jquery-simple-datetimepicker/issues"
},
"homepage": "https://github.com/mugifly/jquery-simple-datetimepicker",
"dependencies": {
"jquery": "^2.1.4"
},
"devDependencies": {
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-qunit": "^0.7.0",
"grunt-manifest-sync": "^1.2.1",
"qunitjs": "^1.14.0"
}
}