-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"title": "jQuery Schedule",
"name": "jquery-schedule",
"version": "2.2.0",
"description": "A schedule management with jQuery.",
"keywords": [
"schedule",
"scheduler",
"management",
"calendar",
"jquery",
"plugin"
],
"author": {
"name": "Thomas BORUSZEWSKI",
"email": "[email protected]"
},
"homepage": "https://github.com/Yehzuna/jquery-schedule",
"main": "dist/jquery.schedule.min.js",
"repository": {
"type": "git",
"url": "https://github.com/Yehzuna/jquery-schedule.git"
},
"bugs": {
"url": "https://github.com/Yehzuna/jquery-schedule/issues"
},
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-banner": "^0.6.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.2.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-remove-logging": "^0.2.0"
},
"dependencies": {
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1"
}
}