Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 940455ea5572881610a5c9c312c3977b3eaa84e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "name": "twofactor_gateway",
  "version": "0.15.0",
  "description": "A two-factor auth provider for Nextcloud",
  "main": "index.js",
  "directories": {
    "lib": "lib",
    "test": "tests"
  },
  "scripts": {
    "build": "./node_modules/webpack-cli/bin/cli.js --config js/webpack.prod.config.js",
    "dev": "./node_modules/webpack-cli/bin/cli.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_gateway.git"
  },
  "author": "",
  "license": "AGPL-3.0",
  "dependencies": {
    "css-loader": "^3.3.0",
    "jquery": "^3.4.1",
    "nextcloud_fetch": "^2.1.0",
    "vue": "^2.6.10",
    "vue-loader": "^15.7.2",
    "vue-style-loader": "^4.1.2",
    "vue-template-compiler": "^2.6.10"
  },
  "devDependencies": {
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.10",
    "webpack-merge": "^4.2.2"
  }
}