{ "name": "twofactor_sms", "version": "0.1.0", "description": "A two-factor auth provider for Nextcloud", "main": "index.js", "directories": { "lib": "lib", "test": "tests" }, "scripts": { "build": "./node_modules/webpack-cli/bin/webpack.js --config js/webpack.prod.config.js", "dev": "./node_modules/webpack-cli/bin/webpack.js --config js/webpack.dev.config.js --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/ChristophWurst/twofactor_sms.git" }, "author": "", "license": "AGPL-3.0", "dependencies": { "css-loader": "^0.28.11", "jquery": "^3.3.1", "nextcloud_fetch": "^2.0.0", "vue": "^2.5.16", "vue-loader": "^14.2.2", "vue-template-compiler": "^2.5.16" }, "devDependencies": { "webpack": "^4.5.0", "webpack-cli": "^2.0.14", "webpack-merge": "^4.1.2" } }