Server IP : 184.154.167.98 / Your IP : 3.12.152.100 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/sesiones/apps/bruteforcesettings/ |
Upload File : |
{ "name": "bruteforcesettings", "version": "1.1.0", "description": "Bruteforce settings app", "author": "Roeland Jago Douma <roeland@famdouma.nl>", "license": "AGPL-3.0-or-later", "main": "main.js", "directories": { "lib": "lib", "test": "tests" }, "scripts": { "dev": "webpack --config webpack.dev.js", "watch": "webpack --progress --watch --config webpack.dev.js", "build": "webpack --progress --hide-modules --config webpack.prod.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "css-loader": "^3.4.2", "nextcloud-axios": "^0.2.1", "vue": "^2.6.11" }, "devDependencies": { "vue-loader": "^15.8.3", "vue-template-compiler": "^2.6.11", "webpack": "^4.41.5", "webpack-cli": "^3.3.10", "webpack-merge": "^4.2.2" } }