tasks/package.json

59 lines
1.6 KiB
JSON
Raw Normal View History

2014-03-28 19:11:56 +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"
},
"license": "AGPLv3",
2014-03-28 19:11:56 +00:00
"private": true,
"homepage": "https://github.com/nextcloud/tasks",
"scripts": {
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
2017-10-15 11:41:00 +00:00
"prebuild": "npm install && npm upgrade",
"build": "node node_modules/gulp-cli/bin/gulp.js"
},
2014-03-28 19:11:56 +00:00
"repository": {
"type": "git",
"url": "git@github.com:nextcloud/tasks.git"
2014-03-28 19:11:56 +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",
"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",
"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",
"gulp-concat": "^2.6.1",
2018-06-18 15:17:18 +00:00
"gulp-jshint": "^2.1.0",
"gulp-ng-annotate": "^2.1.0",
"gulp-npm-files": "^0.1.3",
2018-06-18 15:17:18 +00:00
"gulp-sourcemaps": "^2.6.4",
"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",
"gulp-uglify": "^3.0.1",
2018-06-18 15:17:18 +00:00
"gulp-wrap": "^0.14.0",
"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
},
"engines": {
"node": ">=6"
}
2014-03-28 19:11:56 +00:00
}