twofactor_u2f/package.json

43 строки
1.3 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": {
"backbone": "^1.3.3",
"handlebars": "^4.0.11",
"u2f-api": "^0.2.7",
"underscore": "^1.8.3",
"webpack-merge": "^4.1.1"
},
"devDependencies": {
"coveralls": "^2.13.3",
"jasmine": "^2.8.0",
"jasmine-ajax": "^3.3.1",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.1",
"karma-jasmine-ajax": "^0.1.13",
"karma-phantomjs-launcher": "^1.0.4",
"webpack": "^3.10.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js --single-run",
"build": "./node_modules/webpack/bin/webpack.js --config js/webpack.prod.config.js"
},
"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"
}