twofactor_u2f/package.json

49 строки
1.6 KiB
JSON

{
"name": "twofactor_u2f",
"version": "1.6.1",
"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": {
"es6-promise": "^4.2.4",
"handlebars": "^4.0.11",
"u2f-api": "^1.0.6"
},
"devDependencies": {
"backbone": "^1.3.3",
"coveralls": "^3.0.2",
"jasmine": "^3.1.0",
"jasmine-ajax": "^3.4.0",
"jasmine-core": "^3.1.0",
"jquery": "^3.3.1",
"karma": "^2.0.5",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^1.1.2",
"karma-jasmine-ajax": "^0.1.13",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"underscore": "^1.9.1",
"webpack": "^4.16.3",
"webpack-cli": "^2.1.4",
"webpack-merge": "^4.1.3"
},
"scripts": {
"build": "./node_modules/webpack-cli/bin/webpack.js --mode production --config js/webpack.prod.config.js",
"dev": "./node_modules/webpack-cli/bin/webpack.js --mode development --config js/webpack.dev.config.js --watch",
"test": "./node_modules/karma/bin/karma start karma.conf.js --single-run"
},
"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"
}