-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
67 lines (67 loc) · 1.88 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "calendar",
"description": "Integrated Calendar Application",
"private": true,
"homepage": "https://github.com/owncloud/calendar",
"scripts": {
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
"prebuild": "yarn",
"build": "node node_modules/gulp-cli/bin/gulp.js"
},
"repository": {
"type": "git",
"url": "git@github.com:owncloud/calendar.git"
},
"bugs": {
"url": "https://github.com/owncloud/calendar/issues"
},
"devDependencies": {
"angular-mocks": "^1.8.3",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.0.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-strip-comments": "^2.6.0",
"gulp-strip-css-comments": "^1.2.0",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.0.9",
"gulp-wrap": "^0.15.0",
"istanbul": "^0.4.5",
"jasmine-core": "^3.5.0",
"jshint": "^2.13.6",
"jshint-stylish": "^2.2.1",
"karma": "^4.4.1",
"karma-coverage": "^2.2.1",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.4",
"minimist": "^1.2.8",
"phantomjs-prebuilt": "^2.1.16"
},
"engines": {
"node": ">=6"
},
"dependencies": {
"angular": "^1.8.3",
"angular-animate": "^1.8.3",
"angular-sanitize": "^1.8.3",
"angular-ui-bootstrap": "^2.5.0",
"autosize": "^5.0.2",
"fullcalendar": "^3.10.5",
"hsl_rgb_converter": "o-klp/hsl_rgb_converter",
"ical.js": "DeepDiver1975/ical.js#timezone-fix-and-build",
"jquery-timepicker": "fgelinas/timepicker#883bb2cd94",
"jstzdetect": "pellepim/jstimezonedetect"
},
"resolutions": {
"graceful-fs": "^4.2.9"
}
}