forked from marius-wieschollek/passwords-webextension
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.92 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.92 KB
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": "1.5.0",
"description": "A simple client for the Nextcloud Passwords app",
"private": true,
"scripts": {
"serve": "webpack-dev-server --env.production=0 --progress --colors --watch",
"watch": "webpack --env.production=0 --progress --colors --watch",
"watch-edge": "build=edge webpack --env.production=0 --progress --colors --watch",
"watch-opera": "build=opera webpack --env.production=0 --progress --colors --watch",
"watch-chrome": "build=chrome webpack --env.production=0 --progress --colors --watch",
"build": "webpack --env.production",
"build-edge": "build=edge webpack --env.production",
"build-opera": "build=opera webpack --env.production",
"build-chrome": "build=chrome webpack --env.production"
},
"dependencies": {},
"devDependencies": {
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.4.2",
"css-loader": "^0.28.10",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.10",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"progress-bar-webpack-plugin": "^1.11.0",
"sass-loader": "^6.0.6",
"sass-resources-loader": "^1.3.3",
"uglify-es": "^3.3.9",
"uglifyjs-webpack-plugin": "^1.2.2",
"url-loader": "^0.6.2",
"vue": "^2.5.13",
"vue-loader": "^14.1.1",
"vue-router": "^3.0.1",
"vue-style-loader": "^4.0.2",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.11.0"
},
"repository": {
"type": "git",
"url": "ssh://git@git.mdns.eu:2024/nextcloud/passwords-webextension.git"
},
"keywords": [
"passwords",
"nextcloud",
"security"
],
"author": "Marius Wieschollek",
"license": "GPL"
}