forked from mweibel/connect-session-sequelize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1001 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-session-sequelize"
, "version": "2.0.2"
, "description": "Session store for connect-session using sequelize"
, "homepage": "https://github.com/mweibel/connect-session-sequelize"
, "bugs": "https://github.com/mweibel/connect-session-sequelize/issues"
, "main": "index.js"
, "scripts": {
"test": "mocha ./test.js"
}
, "repository": {
"type": "git"
, "url": "https://github.com/mweibel/connect-session-sequelize.git"
}
, "dependencies": {
"debug": "~0.7.2"
}
, "devDependencies": {
"mocha": "~1.17.0"
, "sqlite3": "~2.2.0"
, "connect": "~2.12.0"
, "sequelize": ">= 2.0.0-dev12"
}
, "peerDependencies": {
"sequelize": ">= 2.0.0-dev12"
}
, "engines": {
"node": "*"
}
, "repository": ""
, "keywords": [
"connect-session",
"connect",
"sequelize",
"postgres",
"mysql",
"sqlite"
]
, "author": "Michael Weibel <[email protected]> (https://github.com/mweibel)"
, "license": "MIT"
}