2017-03-07 14:14:38 +03:00
|
|
|
{
|
|
|
|
"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": {
|
2017-12-22 12:49:10 +03:00
|
|
|
"es6-promise": "^4.2.2",
|
2017-12-12 17:26:04 +03:00
|
|
|
"handlebars": "^4.0.11",
|
2017-12-13 16:19:14 +03:00
|
|
|
"karma-sourcemap-loader": "^0.3.7",
|
|
|
|
"u2f-api": "^0.2.7"
|
2017-12-12 17:26:04 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-12-13 16:19:14 +03:00
|
|
|
"backbone": "^1.3.3",
|
2017-12-13 17:31:48 +03:00
|
|
|
"coveralls": "^3.0.0",
|
2018-01-22 13:52:43 +03:00
|
|
|
"jasmine": "^2.9.0",
|
2017-03-07 14:14:38 +03:00
|
|
|
"jasmine-ajax": "^3.3.1",
|
2018-01-22 14:38:07 +03:00
|
|
|
"jasmine-core": "^2.9.1",
|
2018-01-22 13:52:22 +03:00
|
|
|
"jquery": "^3.3.1",
|
2017-12-22 12:49:16 +03:00
|
|
|
"karma": "^2.0.0",
|
2017-03-07 14:14:38 +03:00
|
|
|
"karma-coverage": "^1.1.1",
|
2017-12-12 17:26:04 +03:00
|
|
|
"karma-jasmine": "^1.1.1",
|
2017-03-07 14:14:38 +03:00
|
|
|
"karma-jasmine-ajax": "^0.1.13",
|
2017-12-12 17:26:04 +03:00
|
|
|
"karma-phantomjs-launcher": "^1.0.4",
|
2017-12-15 10:28:16 +03:00
|
|
|
"karma-webpack": "^2.0.9",
|
2017-12-13 16:19:14 +03:00
|
|
|
"underscore": "^1.8.3",
|
|
|
|
"webpack": "^3.10.0",
|
|
|
|
"webpack-merge": "^4.1.1"
|
2017-03-07 15:45:11 +03:00
|
|
|
},
|
2017-03-07 14:14:38 +03:00
|
|
|
"scripts": {
|
2017-12-12 17:26:04 +03:00
|
|
|
"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"
|
2017-03-07 14:14:38 +03:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|