-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 991 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
{
"name": "co-koa-session-plugin",
"version": "1.1.0",
"description": "koa-session integration with support for mongoose within the Co.Koa environment",
"main": "index.js",
"scripts": {
"test": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"test-watch": "nodemon --exec 'npm test'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaysaurus/co-koa-session-integration.git"
},
"keywords": [
"koa",
"cokoa",
"co.koa",
"co-koa",
"koa-session",
"session",
"mongoose"
],
"author": "Jay Edwards <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaysaurus/co-koa-session-integration/issues"
},
"homepage": "https://github.com/jaysaurus/co-koa-session-integration#readme",
"dependencies": {
"echo-handler": "^1.8.2",
"koa-session": "^5.7.1",
"stampit": "^4.0.2"
},
"devDependencies": {
"coveralls": "^3.0.0",
"jest": "^22.4.2"
}
}