blob: 8633831ee4ab670f6043a835c22ff5958ed87b03 (
plain)
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
|
{
"name": "cookiejar",
"version": "2.1.3",
"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"
}
}
|