-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 909 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
{
"name": "@woorank/redis-session",
"version": "0.0.7",
"description": "Verifies session cookies for authentication status.",
"keywords": [
"redis",
"session",
"sessions",
"phpsessid",
"authentication"
],
"main": "lib/index.js",
"scripts": {
"test": "npm run lint && npm run mocha",
"mocha": "mocha -R spec ./test",
"lint": "semistandard --verbose | snazzy"
},
"license": "MIT",
"dependencies": {
"php-unserialize": "~0.0.1"
},
"devDependencies": {
"mocha": "~2.4.5",
"semistandard": "~7.0.5",
"snazzy": "~2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Woorank/redis-session.git"
},
"author": "Mickael van der Beek (https://github.com/Mickael-van-der-Beek)",
"bugs": {
"url": "https://github.com/Woorank/redis-session/issues"
},
"homepage": "https://github.com/Woorank/redis-session"
}