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

package.json - github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b4156a47929144695ed96e3f035559e12ac84fbf (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
    "name": "passwords-webextension",
    "version": "2.0.0",
    "description": "The official browser client of the Passwords app for Nextcloud",
    "private": true,
    "scripts": {
        "watch:firefox": "webpack --env.production=0 --progress --colors --watch",
        "watch:chrome": "webpack --env.production=0 --progress --colors --watch --env.platform=chrome",
        "build:firefox": "webpack --env.production",
        "build:chrome": "webpack --env.production --env.platform=chrome",
        "adb:firefox": "which web-ext||sudo npm i -g web-ext;a=$(adb devices|tr -d '\\n');b=${a##*ed};c=${b%dev*};web-ext run -t firefox-android -s build --adb-device=${c}"
    },
    "devDependencies": {
        "@fortawesome/fontawesome-free": "^5.12.1",
        "clean-webpack-plugin": "^3.0.0",
        "copy-webpack-plugin": "^5.1.1",
        "css-loader": "^3.4.2",
        "eventemitter3": "^4.0.0",
        "file-loader": "^5.0.2",
        "mini-css-extract-plugin": "^0.9.0",
        "node-sass": "^4.13.1",
        "optimize-css-assets-webpack-plugin": "^5.0.3",
        "passwords-client": "https://git.mdns.eu/nextcloud/passwords-client/-/archive/master/passwords-client-master.tar.gz",
        "sass-loader": "^8.0.2",
        "sass-resources-loader": "^2.0.1",
        "search-query-parser": "^1.5.4",
        "ua-parser-js": "^0.7.21",
        "url-loader": "^3.0.0",
        "url-parse": "^1.4.7",
        "uuidv4": "^4.0.0",
        "vue": "^2.6.11",
        "vue-loader": "^15.9.0",
        "vue-router": "^3.1.5",
        "vue-style-loader": "^4.1.2",
        "vue-template-compiler": "^2.6.11",
        "webextension-polyfill": "^0.6.0",
        "webpack": "^4.41.6",
        "webpack-cli": "^3.3.11"
    },
    "repository": {
        "type": "git",
        "url": "ssh://git@git.mdns.eu:2024/nextcloud/passwords-webextension.git"
    },
    "keywords": [
        "passwords",
        "nextcloud",
        "security"
    ],
    "author": "Marius Wieschollek",
    "license": "GPL",
    "dependencies": {}
}