2014-03-28 19:11:56 +00:00
|
|
|
{
|
2017-01-15 19:59:31 +00:00
|
|
|
"name": "tasks",
|
|
|
|
"description": "Nextcloud - Tasks",
|
2017-03-01 22:54:25 +00:00
|
|
|
"version": "0.9.5",
|
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-09-02 17:04:39 +00:00
|
|
|
"prebuild": "yarn install && yarn upgrade && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
|
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": [],
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2017-09-02 17:30:37 +00:00
|
|
|
"babel-preset-es2015": "^6.14.0",
|
2016-02-13 13:38:27 +00:00
|
|
|
"bower": "*",
|
2017-09-02 17:30:37 +00:00
|
|
|
"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"
|
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
|
|
|
}
|