{ "name": "contacts", "version": "0.1.0", "description": "Place this app in **owncloud/apps/**", "author": { "name": "Hendrik Leppelsack", "email": "hendrik@leppelsack.de" }, "private": true, "repository": { "type": "git", "url": "git+https://github.com/owncloud/contacts.git" }, "license": "AGPL-3.0", "bugs": { "url": "https://github.com/owncloud/contacts/issues" }, "homepage": "https://github.com/owncloud/contacts#readme", "scripts": { "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", "watch": "node node_modules/gulp-cli/bin/gulp.js watch" }, "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", "gulp-sourcemaps": "^1.6.0", "karma": "^0.13.22", "karma-chai": "^0.1.0", "karma-coverage": "^0.5.5", "karma-firefox-launcher": "^0.1.7", "karma-mocha": "^0.2.2", "karma-mocha-reporter": "^2.0.0", "karma-sinon": "^1.0.4", "mocha": "^2.4.5", "sinon": "^1.17.3" } }