-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 801 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": "connect-neo4j",
"version": "1.0.1",
"description": "Neo4j Session store",
"main": "index.js",
"scripts": {
"test": "tape tests/**/*.js"
},
"repository": {
"type": "git",
"url": "git@github.com:MaxAndersson/connect-neo4j.git"
},
"keywords": [
"express",
"session",
"store",
"neo4j"
],
"author": "Max Andersson",
"license": "MIT",
"bugs": {
"url": "https://github.com/MaxAndersson/connect-neo4j/issues"
},
"homepage": "https://github.com/MaxAndersson/connect-neo4j#readme",
"dependencies": {
"connect-neo4j": "https://github.com/MaxAndersson/connect-neo4j/releases/download/1.0.0/connect-neo4j-1.0.0.tgz"
},
"devDependencies": {
"express-session": "^1.17.2",
"neo4j-driver": "^4.3.3",
"tape": "^5.3.1"
}
}