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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-03-07 14:14:38 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-03-07 14:14:38 +0300
commitde3190f5aeccca9b08f690d057215ff893e48d15 (patch)
tree2c9d9aa034883c69de021270c2bb87d81e6b3dce /package.json
parentbaea8bc01fd29d6aa456c99e7e3d0318727f6451 (diff)
Add infrastructure for js testing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'package.json')
-rw-r--r--package.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..d031636
--- /dev/null
+++ b/package.json
@@ -0,0 +1,33 @@
+{
+ "name": "twofactor_u2f",
+ "version": "1.0.0",
+ "description": "![Downloads](https://img.shields.io/github/downloads/nextcloud/twofactor_u2f/total.svg) [![Build Status](https://api.travis-ci.org/nextcloud/twofactor_u2f.svg?branch=master)](https://travis-ci.org/nextcloud/twofactor_u2f)",
+ "main": "js/challenge.js",
+ "directories": {
+ "test": "tests"
+ },
+ "dependencies": {
+ "jasmine": "^2.5.3",
+ "jasmine-ajax": "^3.3.1",
+ "jasmine-core": "^2.5.2",
+ "karma": "^1.5.0",
+ "karma-coverage": "^1.1.1",
+ "karma-jasmine": "^1.1.0",
+ "karma-jasmine-ajax": "^0.1.13",
+ "karma-phantomjs-launcher": "^1.0.2"
+ },
+ "devDependencies": {},
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/nextcloud/twofactor_u2f.git"
+ },
+ "author": "Christoph Wurst",
+ "license": "AGPL-3.0",
+ "bugs": {
+ "url": "https://github.com/nextcloud/twofactor_u2f/issues"
+ },
+ "homepage": "https://github.com/nextcloud/twofactor_u2f#readme"
+}