File size: 468 Bytes
0e27770
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "cookiejar",
  "version": "2.1.2",
  "author": {
    "name": "bradleymeck"
  },
  "main": "cookiejar.js",
  "description": "simple persistent cookiejar system",
  "files": ["cookiejar.js"],
  "license": "MIT",
  "jshintConfig": {
    "node": true
  },
  "scripts": {
    "test": "node tests/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bmeck/node-cookiejar.git"
  },
  "devDependencies": {
    "jshint": "^2.9.4"
  }
}