2014-03-28 19:11:56 +00:00
|
|
|
{
|
2017-01-15 19:59:31 +00:00
|
|
|
"name": "tasks",
|
|
|
|
"description": "Nextcloud - Tasks",
|
2018-02-07 19:29:00 +00:00
|
|
|
"version": "0.9.6",
|
2014-03-28 19:11:56 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Raimund Schlüßler",
|
|
|
|
"email": "raimund.schluessler@googlemail.com"
|
|
|
|
},
|
2017-09-02 17:30:37 +00:00
|
|
|
"license": "AGPLv3",
|
2014-03-28 19:11:56 +00:00
|
|
|
"private": true,
|
2017-09-02 17:30:37 +00:00
|
|
|
"homepage": "https://github.com/nextcloud/tasks",
|
2017-01-15 22:26:04 +00:00
|
|
|
"scripts": {
|
2017-09-02 17:30:37 +00:00
|
|
|
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
|
2017-10-15 11:41:00 +00:00
|
|
|
"prebuild": "npm install && npm upgrade",
|
2017-09-02 17:30:37 +00:00
|
|
|
"build": "node node_modules/gulp-cli/bin/gulp.js"
|
2017-01-15 22:26:04 +00:00
|
|
|
},
|
2014-03-28 19:11:56 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-01-15 19:59:31 +00:00
|
|
|
"url": "git@github.com:nextcloud/tasks.git"
|
2014-03-28 19:11:56 +00:00
|
|
|
},
|
2017-01-15 19:59:31 +00:00
|
|
|
"bugs": "https://github.com/nextcloud/tasks/issues",
|
2014-03-28 19:11:56 +00:00
|
|
|
"contributors": [],
|
2017-09-03 08:40:32 +00:00
|
|
|
"dependencies": {
|
|
|
|
"angular": "1.5.5",
|
|
|
|
"angular-animate": "1.5.5",
|
2017-10-15 11:41:00 +00:00
|
|
|
"angular-drag-and-drop-lists": "git+https://github.com/marceljuenemann/angular-drag-and-drop-lists.git#2.1.0",
|
2017-09-03 08:40:32 +00:00
|
|
|
"angular-route": "1.5.5",
|
|
|
|
"angular-sanitize": "1.5.5",
|
|
|
|
"ical.js": "~1.2.2",
|
2017-09-14 19:46:14 +00:00
|
|
|
"jstimezonedetect": "",
|
2017-10-15 11:41:00 +00:00
|
|
|
"ui-select": "git+https://github.com/angular-ui/ui-select.git#v0.19.8"
|
2017-09-03 08:40:32 +00:00
|
|
|
},
|
2014-03-28 19:11:56 +00:00
|
|
|
"devDependencies": {
|
2018-06-18 16:32:20 +00:00
|
|
|
"babel-core": "6.26.3",
|
2017-09-02 17:30:37 +00:00
|
|
|
"babel-preset-es2015": "^6.14.0",
|
|
|
|
"gulp": "^3.9.1",
|
2018-06-18 15:17:18 +00:00
|
|
|
"gulp-babel": "^7.0.1",
|
|
|
|
"gulp-cli": "^2.0.1",
|
2017-09-02 17:30:37 +00:00
|
|
|
"gulp-concat": "^2.6.1",
|
2018-06-18 15:17:18 +00:00
|
|
|
"gulp-jshint": "^2.1.0",
|
|
|
|
"gulp-ng-annotate": "^2.1.0",
|
2017-09-02 17:30:37 +00:00
|
|
|
"gulp-npm-files": "^0.1.3",
|
2018-06-18 15:17:18 +00:00
|
|
|
"gulp-sourcemaps": "^2.6.4",
|
2017-09-02 17:30:37 +00:00
|
|
|
"gulp-strip-banner": "0.0.2",
|
2018-06-18 15:17:18 +00:00
|
|
|
"gulp-stylelint": "^7.0.0",
|
|
|
|
"gulp-svg-sprite": "1.4.0",
|
2018-08-07 19:35:10 +00:00
|
|
|
"gulp-uglify": "^3.0.1",
|
2018-06-18 15:17:18 +00:00
|
|
|
"gulp-wrap": "^0.14.0",
|
2018-08-07 19:35:10 +00:00
|
|
|
"jshint": "^2.9.6",
|
2018-08-19 11:41:48 +00:00
|
|
|
"karma": "^3.0.0",
|
|
|
|
"stylelint": "^9.5.0",
|
2018-06-18 15:17:18 +00:00
|
|
|
"stylelint-config-standard": "^18.2.0",
|
2018-08-19 11:41:48 +00:00
|
|
|
"stylelint-scss": "^3.3.0"
|
2014-03-28 19:11:56 +00:00
|
|
|
},
|
2017-01-15 22:26:04 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=6"
|
|
|
|
}
|
2014-03-28 19:11:56 +00:00
|
|
|
}
|