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
29 lines (29 loc) · 689 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 689 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
{
"name": "express-session",
"version": "1.0.3",
"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",
"uid2": "0.0.3",
"buffer-crc32": "0.2.1",
"debug": "0.7.4"
},
"devDependencies": {
"mocha": "~1.17.0",
"express": "4.0.0",
"supertest": "0.9.0",
"should": "3.1.2",
"cookie-parser": "1.0.1"
},
"scripts": {
"test": "mocha --bail --ui bdd --reporter list -- test/*.js"
},
"license": "MIT"
}