forked from expressjs/session
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 763 Bytes
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
27
28
29
30
31
32
33
{
"name": "express-session",
"version": "1.2.1",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/expressjs/session.git"
},
"dependencies": {
"utils-merge": "1.0.0",
"cookie": "0.1.2",
"cookie-signature": "1.0.3",
"on-headers": "0.0.0",
"uid2": "0.0.3",
"buffer-crc32": "0.2.1",
"debug": "0.8.1"
},
"devDependencies": {
"cookie-parser": "1.1.0",
"express": "~4.3.0",
"mocha": "~1.19.0",
"should": "~3.3.1",
"supertest": "~0.13.0"
},
"scripts": {
"test": "mocha --bail --ui bdd --reporter spec -- test/*.js"
},
"engines": {
"node": ">= 0.8.0"
},
"license": "MIT"
}