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-12 17:26:04 +03:00
|
|
|
"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",
|
2017-03-07 14:14:38 +03:00
|
|
|
"jasmine-ajax": "^3.3.1",
|
2017-12-12 17:26:04 +03:00
|
|
|
"jasmine-core": "^2.8.0",
|
|
|
|
"karma": "^1.7.1",
|
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",
|
|
|
|
"webpack": "^3.10.0"
|
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"
|
|
|
|
}
|