-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 880 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 880 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
34
35
36
{
"name": "connect-oriento",
"version": "0.1.4",
"description": "Orient-DB session store for Express and Connect using the Oriento Node driver",
"keywords": [
"connect",
"session",
"express",
"orient-db",
"orientdb",
"oriento"
],
"author": "Oleg Sklyar <osklyar@qucado.com>",
"main": "./src",
"scripts": {
"test" : "mocha --recursive"
},
"dependencies": {
"async": "*",
"qs": "*",
"oriento": ">= 1.1.3",
"oriento-odm": ">= 0.1.2"
},
"devDependencies": {
"express-session": ">= 1.0.0",
"mocha": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/qucado/connect-oriento.git"
},
"bugs": {
"url": "https://github.com/qucado/connect-oriento/issues"
},
"license": "MIT"
}