From 108ca00c16793d33f9edcdfff215b3ccd40e5972 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 17 Oct 2016 21:42:41 +0200 Subject: add karma/jasmine config for js unit testing Signed-off-by: Christoph Wurst --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json (limited to 'package.json') diff --git a/package.json b/package.json new file mode 100644 index 000000000..e79680966 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "spreed", + "version": "1.0.0", + "description": "This code is a proof of concept. Do not use it in production.", + "main": " ", + "scripts": { + "test": "" + }, + "repository": { + "type": "git", + "url": "https://github.com//nextcloud/spreed.git" + }, + "author": "", + "license": "AGPL-3.0", + "devDependencies": { + "jasmine": "^2.5.2", + "jasmine-ajax": "^3.2.0", + "jasmine-core": "^2.5.2", + "karma": "^1.3.0", + "karma-coverage": "^1.1.1", + "karma-jasmine": "^1.0.2", + "karma-jasmine-ajax": "^0.1.13", + "karma-phantomjs-launcher": "^1.0.2", + "phantomjs-prebuilt": "^2.1.13" + } +} -- cgit v1.2.3