forked from bengesoff/node-xmlhttprequest-cookie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 933 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 933 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
30
31
{
"name": "xmlhttprequest-cookie",
"homepage": "http://github.com/rse/node-xmlhttprequest-cookie",
"description": "Cookie-aware XMLHttpRequest Wrapper",
"version": "0.9.4",
"license": "MIT",
"author": {
"name": "Ralf S. Engelschall",
"email": "rse@engelschall.com",
"url": "http://engelschall.com"
},
"keywords": [
"xmlhttprequest", "ajax", "http", "cookie"
],
"bugs": {
"url": "http://github.com/rse/node-xmlhttprequest-cookie/issues"
},
"main": "./xmlhttprequest-cookie.js",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-clean": "~0.7.0"
},
"dependencies" : {
"xmlhttprequest": ">=1.8.0"
},
"engines": {
"node": ">=0.8.0"
}
}