forked from fullcalendar/fullcalendar-workspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.28 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
{
"name": "fullcalendar-scheduler",
"title": "FullCalendar Scheduler",
"description": "A premium add-on to FullCalendar for displaying events and resources",
"version": "1.0.2",
"versionReleaseDate": "2015-10-18",
"homepage": "http://fullcalendar.io/scheduler/",
"repository": {
"type": "git",
"url": "https://github.com/fullcalendar/fullcalendar-scheduler.git"
},
"copyright": "2015 Adam Shaw",
"dependencies": {
"jquery": ">=1.8.0",
"moment": ">=2.5.0",
"fullcalendar": ">=2.4.0"
},
"devDependencies": {
"coffee-script": "^1.9.3",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-filter": "^2.0.2",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "*",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.2.0",
"gulp-zip": "^3.0.2",
"jasmine-core": "*",
"karma": "^0.12.37",
"karma-coffee-preprocessor": "^0.2.1",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17",
"run-sequence": "^1.1.1"
},
"main": "dist/scheduler.js",
"files": [
"dist/*.js",
"dist/*.css",
"CHANGELOG.*",
"LICENSE.*",
"README.*"
]
}