-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
39 lines (39 loc) · 822 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
{
"name": "connect-nedb-session",
"version": "0.0.3",
"author": {
"name": "tldr.io",
"email": "hello@tldr.io"
},
"contributors": [
"Louis Chatriot"
],
"description": "Nedb-backed session store for Connect/Express session middleware",
"keywords": [
"session",
"store",
"nedb",
"connect",
"express"
],
"homepage": "https://github.com/louischatriot/connect-nedb-session",
"repository": {
"type": "git",
"url": "git@github.com:louischatriot/connect-nedb-session.git"
},
"dependencies": {
"nedb": "0.0.6"
},
"devDependencies": {
"chai": "1.0.x",
"mocha": "1.4.x",
"request": "2.9.x",
"sinon": "1.3.x",
"connect": "*"
},
"scripts": {
"test": "mocha --timeout 2000 --reporter spec"
},
"main": "index",
"licence": "MIT"
}