-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 964 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "file-cookie-store",
"version": "0.2.1",
"description": "Store cookies in Netscape's file",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/JSBizon/file-cookie-store.git"
},
"scripts": {
"test": "grunt"
},
"keywords": [
"Netscape",
"cookie",
"jar",
"Netscape file",
"cookiejar",
"tough-cookie",
"file cookie",
"cookie store"
],
"devDependencies": {
"expect.js": "~0.2.0",
"mocha": "~2.2.1",
"grunt": "~0.4",
"grunt-cli": "~0.1.13",
"grunt-mocha-test": "~0.12.2",
"grunt-contrib-jshint": "~0.10.0"
},
"dependencies": {
"tough-cookie": "~2.0.0",
"punycode": "~1.2.3",
"lockfile": "~1.0.0",
"q": "~1.0.1"
},
"author": "Dmitry Nizovtsev (https://github.com/JSBizon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/JSBizon/file-cookie-store/issues"
},
"directories": {
"test": "test"
}
}