e605acd4b2
So `yarn upgrade` does not screw up their paths
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "tasks",
|
|
"description": "Nextcloud - Tasks",
|
|
"version": "0.9.5",
|
|
"author": {
|
|
"name": "Raimund Schlüßler",
|
|
"email": "raimund.schluessler@googlemail.com"
|
|
},
|
|
"license": "AGPLv3",
|
|
"private": true,
|
|
"homepage": "https://github.com/nextcloud/tasks",
|
|
"scripts": {
|
|
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
|
|
"prebuild": "yarn install && yarn upgrade",
|
|
"build": "node node_modules/gulp-cli/bin/gulp.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:nextcloud/tasks.git"
|
|
},
|
|
"bugs": "https://github.com/nextcloud/tasks/issues",
|
|
"contributors": [],
|
|
"dependencies": {
|
|
"angular": "1.5.5",
|
|
"angular-animate": "1.5.5",
|
|
"angular-drag-and-drop-lists": "https://github.com/marceljuenemann/angular-drag-and-drop-lists.git#v2.1.0",
|
|
"angular-route": "1.5.5",
|
|
"angular-sanitize": "1.5.5",
|
|
"ical.js": "~1.2.2",
|
|
"jstimezonedetect": "",
|
|
"ui-select": "https://github.com/angular-ui/ui-select.git#v0.19.8"
|
|
},
|
|
"devDependencies": {
|
|
"babel-preset-es2015": "^6.14.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-cli": "^1.2.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-jshint": "^2.0.4",
|
|
"gulp-ng-annotate": "^2.0.0",
|
|
"gulp-npm-files": "^0.1.3",
|
|
"gulp-sourcemaps": "^2.4.0",
|
|
"gulp-strip-banner": "0.0.2",
|
|
"gulp-stylelint": "^4.0.0",
|
|
"gulp-svg-sprite": "1.3.7",
|
|
"gulp-uglify": "^2.0.0",
|
|
"gulp-wrap": "^0.13.0",
|
|
"jshint": "^2.9.4",
|
|
"karma": "^1.3.0",
|
|
"stylelint": "^8.0.0",
|
|
"stylelint-config-standard": "^17.0.0",
|
|
"stylelint-scss": "^2.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6"
|
|
}
|
|
}
|