-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 899 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
{
"name": "connect-hazelcast",
"version": "1.3.0",
"description": "Hazelcast session store for Connect and Express",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha --timeout 100000 test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huseyinbabal/connect-hazelcast.git"
},
"keywords": [
"hazelcast-cloud",
"hazelcast",
"connect",
"express"
],
"author": "Huseyin BABAL <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/huseyinbabal/connect-hazelcast/issues"
},
"homepage": "https://github.com/huseyinbabal/connect-hazelcast#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.10.0",
"express-session": "^1.17.1",
"hazelcast-client": "^4.0.0",
"mocha": "^8.1.3",
"should": "^13.2.3",
"testcontainers": "^1.3.1"
}
}