forked from marius-wieschollek/passwords
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.22 KB
/
package.json
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
{
"name": "passwords",
"version": "1.0.0",
"description": "Easy to use yet feature-rich and secure password manager for Nextcloud",
"private": true,
"scripts": {
"watch": "webpack --progress --colors --watch",
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {},
"devDependencies": {
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^1.1.4",
"font-awesome": "^4.7.0",
"node-sass": "^4.5.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"sass-loader": "^5.0.1",
"sass-resources-loader": "^1.3.1",
"simplemde": "^1.11.2",
"url-loader": "^0.5.9",
"vue": "^2.4.4",
"vue-loader": "^13.0.5",
"vue-router": "^2.7.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.4.4",
"webpack": "^3.6.0"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:2024/nextcloud/passwords.git"
},
"keywords": [
"passwords",
"nextcloud",
"security"
],
"author": "Marius Wieschollek",
"license": "SEE LICENSE IN LICENSE"
}