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

package.json - github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3b373d5f70b0e2feb57cf491cfb38a0056c98def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "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": {
    "coveralls": "^2.12.0"
  },
  "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"
}