1 | {
|
2 | "name": "cookie-signature",
|
3 | "version": "1.2.1",
|
4 | "description": "Sign and unsign cookies",
|
5 | "keywords": ["cookie", "sign", "unsign"],
|
6 | "author": "TJ Holowaychuk <tj@learnboost.com>",
|
7 | "license": "MIT",
|
8 | "repository": {
|
9 | "type": "git",
|
10 | "url": "https://github.com/visionmedia/node-cookie-signature.git"
|
11 | },
|
12 | "dependencies": {},
|
13 | "engines": {
|
14 | "node": ">=6.6.0"
|
15 | },
|
16 | "devDependencies": {
|
17 | "mocha": "*",
|
18 | "should": "*"
|
19 | },
|
20 | "scripts": {
|
21 | "test": "mocha --require should --reporter spec"
|
22 | },
|
23 | "main": "index"
|
24 | }
|