9edea150498cb4f2d644c6c5ba83bf1346bb33be
[VSoRC/.git] / node_modules / cookie-signature / package.json
1 {
2   "_from": "cookie-signature@1.0.6",
3   "_id": "cookie-signature@1.0.6",
4   "_inBundle": false,
5   "_integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=",
6   "_location": "/cookie-signature",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "version",
10     "registry": true,
11     "raw": "cookie-signature@1.0.6",
12     "name": "cookie-signature",
13     "escapedName": "cookie-signature",
14     "rawSpec": "1.0.6",
15     "saveSpec": null,
16     "fetchSpec": "1.0.6"
17   },
18   "_requiredBy": [
19     "/express"
20   ],
21   "_resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz",
22   "_shasum": "e303a882b342cc3ee8ca513a79999734dab3ae2c",
23   "_spec": "cookie-signature@1.0.6",
24   "_where": "/home/josuer08/Documents/web/node_modules/express",
25   "author": {
26     "name": "TJ Holowaychuk",
27     "email": "tj@learnboost.com"
28   },
29   "bugs": {
30     "url": "https://github.com/visionmedia/node-cookie-signature/issues"
31   },
32   "bundleDependencies": false,
33   "dependencies": {},
34   "deprecated": false,
35   "description": "Sign and unsign cookies",
36   "devDependencies": {
37     "mocha": "*",
38     "should": "*"
39   },
40   "homepage": "https://github.com/visionmedia/node-cookie-signature#readme",
41   "keywords": [
42     "cookie",
43     "sign",
44     "unsign"
45   ],
46   "license": "MIT",
47   "main": "index",
48   "name": "cookie-signature",
49   "repository": {
50     "type": "git",
51     "url": "git+https://github.com/visionmedia/node-cookie-signature.git"
52   },
53   "scripts": {
54     "test": "mocha --require should --reporter spec"
55   },
56   "version": "1.0.6"
57 }