Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-17 22:42:41 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-10-18 16:22:47 +0300
commit108ca00c16793d33f9edcdfff215b3ccd40e5972 (patch)
tree220c51c3d41b6b0201c858e4a72d00d6ab050a8a /package.json
parentd88b2e769cd26cb70e8fa05d467596ca6483faef (diff)
add karma/jasmine config for js unit testing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 26 insertions, 0 deletions
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"
+ }
+}