forked from e14n/connect-databank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 898 Bytes
/
package.json
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
34
35
36
37
38
39
40
41
{
"name": "connect-databank",
"version": "0.7.0",
"author": "Evan Prodromou <[email protected]>",
"description": "Use any databank driver as a store for connect sessions",
"scripts": {
"test": "vows --spec --isolate test/*-test.js"
},
"main": "./lib/connect-databank",
"repository": {
"type": "git",
"url": "https://github.com/evanp/connect-databank.git"
},
"keywords": [
"express",
"session",
"databank"
],
"dependencies": {
"databank": "^0.19.1",
"jankyqueue": "0.1.x",
"step": "0.0.x",
"underscore": "^1.8.3"
},
"devDependencies": {
"bunyan": "^1.7.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"vows": "0.7.x",
"zombie": "^4.2.1"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"engines": {
"node": ">=0.8"
}
}