| { |
| "author": "Roman Shtylman <shtylman@gmail.com>", |
| "contributors": [ |
| "Douglas Christopher Wilson <doug@somethingdoug.com>" |
| ], |
| "description": "HTTP server cookie parsing and serialization", |
| "devDependencies": { |
| "istanbul": "0.4.3", |
| "mocha": "1.21.5" |
| }, |
| "engines": { |
| "node": ">= 0.6" |
| }, |
| "files": [ |
| "HISTORY.md", |
| "LICENSE", |
| "README.md", |
| "index.js" |
| ], |
| "keywords": [ |
| "cookie", |
| "cookies" |
| ], |
| "license": "MIT", |
| "name": "cookie", |
| "repository": "jshttp/cookie", |
| "scripts": { |
| "test": "mocha --reporter spec --bail --check-leaks test/", |
| "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", |
| "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/" |
| }, |
| "version": "0.3.1" |
| } |