-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.36 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
49
50
51
52
{
"name": "hippo",
"version": "0.1.0",
"description": "Calendar module based on Bootsrap and jQuery",
"main": "./js/calendar.js",
"dependencies": {
"anchorme": "~1.1.2",
"bootstrap": "^4.6.1",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-datetimepicker": "0.0.7",
"font-awesome": "^4.7.0",
"fontawesome": "^5.6.3",
"grunt": "^1.4.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-less": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"highcharts": "^9.0.0",
"jquery-datepicker": "^1.12.3",
"jquery-timepicker": "^1.3.3",
"jquery-ui": "^1.13.0",
"jquery-ui-dist": "^1.13.0",
"jquery-ui-multidatespicker": "^1.6.6",
"sorttable": "^1.0.2",
"sweetalert2": "^8.18.5",
"tableexport": "^5.2.0",
"tinymce": "^5.10.2",
"vue2": "^1.0.0",
"xlsx": "^0.17.0"
},
"devDependencies": {
"prettier": "2.0.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Serhioromano/bootstrap-calendar.git"
},
"keywords": [
"calendar"
],
"author": "Sergey Romanov",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Serhioromano/bootstrap-calendar/issues"
},
"homepage": "https://github.com/Serhioromano/bootstrap-calendar#readme",
"directories": {
"test": "tests"
}
}