tasks/js/package.json

50 lines
1.4 KiB
JSON
Raw Normal View History

2014-03-28 19:11:56 +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"
},
"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-09-02 17:04:39 +00:00
"prebuild": "yarn install && yarn upgrade && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
"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": [],
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
2016-02-13 13:38:27 +00:00
"bower": "*",
"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
},
"engines": {
"node": ">=6"
}
2014-03-28 19:11:56 +00:00
}