-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 865 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 865 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-sequelize",
"version": "2.3.0",
"description": "Express session store using Sequelize to persist session data.",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/.bin/mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/traclabs/express-session-sequelize.git"
},
"keywords": [
"express",
"session",
"sequelize",
"store"
],
"author": "Shawn McGinty <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/traclabs/express-session-sequelize/issues"
},
"homepage": "https://github.com/traclabs/express-session-sequelize#readme",
"devDependencies": {
"chai": "^3.5.0",
"express-session": "^1.14.1",
"mocha": "^3.0.2",
"sequelize": ">=5.3.0",
"sinon": "^1.17.6",
"sqlite3": "^4.0.7"
}
}