0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-03-04 02:02:39 -05:00
verdaccio/node_modules/cookies/package.json
2014-11-25 03:08:06 +03:00

72 lines
1.6 KiB
JSON

{
"name": "cookies",
"version": "0.5.0",
"description": "Cookies, optionally signed using Keygrip.",
"main": "./lib/cookies",
"dependencies": {
"keygrip": "~1.0.0"
},
"devDependencies": {
"express": "*",
"restify": "*",
"supertest": "0",
"mocha": "1"
},
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT",
"author": {
"name": "Jed Schmidt",
"email": "tr@nslator.jp",
"url": "http://jed.is"
},
"repository": {
"type": "git",
"url": "git://github.com/expressjs/cookies"
},
"scripts": {
"test": "mocha --reporter spec"
},
"bugs": {
"url": "https://github.com/expressjs/cookies/issues"
},
"homepage": "https://github.com/expressjs/cookies",
"_id": "cookies@0.5.0",
"dist": {
"shasum": "164cac46a1d3ca3b3b87427414c24931d8381025",
"tarball": "http://registry.npmjs.org/cookies/-/cookies-0.5.0.tgz"
},
"_from": "cookies@>=0.5.0 <1.0.0-0",
"_npmVersion": "1.4.3",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "jed",
"email": "tr@nslator.jp"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "shtylman",
"email": "shtylman@gmail.com"
}
],
"directories": {},
"_shasum": "164cac46a1d3ca3b3b87427414c24931d8381025",
"_resolved": "https://registry.npmjs.org/cookies/-/cookies-0.5.0.tgz",
"readme": "ERROR: No README data found!"
}