File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " vault" ,
3+ "version" : " 0.4.0" ,
34 "description" : " Generates safe passwords for the web" ,
4- "homepage" : " https://getvau.lt/" ,
55 "author" : " James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)" ,
66 "keywords" : [
77 " security" ,
88 " passwords"
99 ],
1010 "license" : " GPL-3.0" ,
11- "version" : " 0.4.0" ,
11+ "homepage" : " https://getvau.lt/" ,
12+ "repository" : " github:jcoglan/vault" ,
13+ "bugs" : " https://github.com/jcoglan/vault/issues" ,
1214 "engines" : {
13- "node" : " >=0.10 .0"
15+ "node" : " >=12.0 .0"
1416 },
17+ "files" : [
18+ " bin" ,
19+ " lib"
20+ ],
1521 "main" : " ./lib/vault.js" ,
1622 "bin" : {
1723 "vault" : " ./bin/vault"
3238 },
3339 "scripts" : {
3440 "test" : " NODE_ENV=test mocha"
35- },
36- "repository" : {
37- "type" : " git" ,
38- "url" : " git://github.com/jcoglan/vault.git"
39- },
40- "bugs" : " http://github.com/jcoglan/vault/issues"
41+ }
4142}
You can’t perform that action at this time.
0 commit comments