forked from bertrandom/chrome-cookies-secure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 793 Bytes
/
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
{
"name": "chrome-cookies-secure",
"version": "1.1.4",
"description": "Extract encrypted Google Chrome cookies for a url on a Mac or Linux",
"keywords": ["google","chrome","cookies","encrypted","curl","decrypt","encrypt","extract"],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Bertrand Fan <[email protected]> (http://thatsaspicymeatball.com/)",
"license": "MIT",
"os": [ "darwin", "linux" ],
"repository": {
"type" : "git",
"url" : "https://github.com/bertrandom/chrome-cookies-secure.git"
},
"dependencies": {
"int": "^0.2.0",
"request": "^2.49.0",
"sqlite3": "^3.0.4",
"tldjs": "^1.5.1",
"tough-cookie": "^0.12.1"
},
"optionalDependencies": {
"keytar": "^3.0.0"
}
}