calendar/js/package.json

65 lines
1.8 KiB
JSON
Raw Normal View History

2014-04-22 20:11:54 +00:00
{
"name": "calendar",
Bugsbane master (#710) * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud The documentation link still point to OC docs, as there's no real platform neutral place to point people to. * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Remove specific reference to ownCloud * Make cloud references platform neutral * Remove temporary -swp files * Add suggestions from @Mar1u5 As per his suggestions in: https://github.com/owncloud/calendar/pull/699#discussion-diff-74709329 https://github.com/owncloud/calendar/pull/699#discussion-diff-74709350 * Add suggestions from @Mar1u5 As per: https://github.com/owncloud/calendar/pull/699#discussion-diff-74709387 https://github.com/owncloud/calendar/pull/699#discussion-diff-74709400 https://github.com/owncloud/calendar/pull/699#discussion-diff-74709417 * Added Mar1u5's last suggestion At https://github.com/owncloud/calendar/pull/699#discussion-diff-74709362 * "server installation" > "instance installation" As per https://github.com/owncloud/calendar/pull/699#discussion_r74913034 * "installation folder">"instance's installation folder" As per https://github.com/owncloud/calendar/pull/699#discussion-diff-75082204
2016-08-17 20:16:24 +00:00
"description": "Integrated Calendar Application",
"private": true,
2016-09-16 12:02:29 +00:00
"homepage": "https://github.com/nextcloud/calendar",
"scripts": {
2017-01-13 23:40:56 +00:00
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
"prebuild": "yarn",
2017-01-13 23:40:56 +00:00
"build": "node node_modules/gulp-cli/bin/gulp.js"
},
"repository": {
"type": "git",
2016-09-16 12:02:29 +00:00
"url": "git@github.com:nextcloud/calendar.git"
},
"bugs": {
2016-09-16 12:02:29 +00:00
"url": "https://github.com/nextcloud/calendar/issues"
},
"devDependencies": {
"angular-mocks": "^1.7.2",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"coveralls": "^3.0.2",
2017-01-13 23:40:56 +00:00
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-cli": "^2.0.1",
2017-01-13 23:40:56 +00:00
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-jshint": "^2.1.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-strip-comments": "^2.5.2",
"gulp-strip-css-comments": "^2.0.0",
"gulp-stylelint": "^7.0.0",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.1.0",
"gulp-wrap": "^0.14.0",
"istanbul": "^0.4.5",
"jasmine-core": "^3.1.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"karma": "^2.0.4",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.2",
"karma-phantomjs-launcher": "^1.0.4",
"phantomjs-prebuilt": "^2.1.16",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.2.0"
},
"engines": {
"node": ">=6"
},
"dependencies": {
"angular": "^1.7.2",
"angular-ui-bootstrap": "^2.5.0",
"fullcalendar": "^3.9.0",
"hsl_rgb_converter": "kayellpeee/hsl_rgb_converter",
"ical.js": "^1.2.2",
"jquery-timepicker": "fgelinas/timepicker#883bb2cd94",
"jstzdetect": "georgehrke/jstimezonedetect"
}
}