forked from salesforce/tough-cookie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 767 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 767 Bytes
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
{
"author": "Jeremy Stashewsky <jeremy@goinstant.com> (https://github.com/stash)",
"name": "tough-cookie",
"description": "RFC6265 Cookies and Cookie Jar for node.js",
"keywords":["HTTP","cookie","cookies","set-cookie","cookiejar","jar","RFC6265","RFC2965"],
"version": "0.9.15",
"homepage": "https://github.com/goinstant/node-cookie",
"repository": {
"type": "git",
"url": "git://github.com/goinstant/node-cookie.git"
},
"bugs": {
"url": "https://github.com/goinstant/node-cookie/issues"
},
"main": "./lib/cookie",
"scripts": {
"test": "vows test.js"
},
"engines": {
"node": ">=0.4.12"
},
"dependencies": {
"punycode": ">=0.2.0"
},
"devDependencies": {
"vows": ">=0.6.0",
"async": ">=0.1.12"
}
}