forked from adrium/easypass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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
{
"title": "Adrium Easy Pass",
"name": "aep",
"description": "Use a single master password to generate secure passwords for all websites - without losing track of passwords you cannot change.",
"author": "Wladimir Palant / Adrium",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/adrium/easypass.git"
},
"devDependencies": {
"@babel/preset-env": "^7.5.5",
"del": "^5.0.0",
"eslint-plugin-json": "^1.4.0",
"eslint-plugin-vue": "^5.2.3",
"gulp": "^4.0.2",
"gulp-better-rollup": "^4.0.1",
"gulp-eslint": "^6.0.0",
"gulp-htmlhint": "^2.2.1",
"gulp-sass": "^4.0.2",
"gulp-stylelint": "^9.0.0",
"gulp-zip": "^5.0.0",
"merge-stream": "^2.0.0",
"nodeunit": "^0.11.3",
"rollup": "^1.18.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-vue": "^5.0.1",
"sandboxed-module": "^2.0.3",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@stablelib/scrypt": "^0.10.1"
}
}