UNPKG

805 BJSONView Raw
1{
2 "name": "connect-orientdb",
3 "version": "1.3.2",
4 "description": "OrientDB session store for Connect",
5 "keywords": ["connect", "orientdb", "orient", "session", "express"],
6 "author": "Federico Fissore <federico@fissore.org>",
7 "homepage": "https://github.com/ffissore/connect-orientdb",
8 "bugs": {
9 "url": "https://github.com/ffissore/connect-orientdb/issues"
10 },
11 "license": {
12 "type": "MIT"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git://github.com/ffissore/connect-orientdb.git"
17 },
18 "dependencies": {
19 "coffee-script": ">= 1.6.3",
20 "orientdb": ">= 1.3.x"
21 },
22 "devDependencies": {
23 "mocha": "1.x",
24 "connect": ">= 1.x"
25 },
26 "scripts": {
27 "test": "node_modules/mocha/bin/mocha --reporter spec"
28 },
29 "main": "index",
30 "engines": "node >= 0.8.x"
31}