36 строки
1.1 KiB
JSON
36 строки
1.1 KiB
JSON
{
|
|
"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"
|
|
}
|