summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6a566fe8..3bbac320 100644
--- a/package.json
+++ b/package.json
@@ -17,13 +17,16 @@
},
"homepage": "https://github.com/owncloud/contacts#readme",
"scripts": {
- "test": "karma start karma.conf.js && codecov"
+ "test": "node node_modules/gulp-cli/bin/gulp.js karma",
+ "prebuild": "npm install && npm update && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
+ "build": "node node_modules/gulp-cli/bin/gulp.js"
},
"devDependencies": {
"bower": "",
"chai": "^3.5.0",
"codecov": ">1.0.0",
"gulp": "^3.9.0",
+ "gulp-cli": "^1.2.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-ng-annotate": "^2.0.0",