-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.06 KB
/
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
37
38
39
40
41
42
43
44
{
"name": "laravel-session",
"version": "0.0.10",
"description": "a session middleware to make koa and laravel cooperate with each other",
"main": "index.js",
"scripts": {
"lint": "eslint lib test index.js --fix",
"test": "jest --forceExit",
"test-cov": "npm run test -- --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Runrioter/laravel-session.git"
},
"keywords": [
"koa-middleware",
"laravel"
],
"files": [
"lib",
"index.js"
],
"author": "Runrioter <runrioter@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Runrioter/laravel-session/issues"
},
"homepage": "https://github.com/Runrioter/laravel-session#readme",
"devDependencies": {
"eslint": "^4.5.0",
"eslint-config-egg": "^5.1.0",
"eslint-plugin-jest": "^20.0.3",
"jest": "^20.0.4",
"killara-memcached": "0.0.9",
"koa": "^2.3.0",
"php-serialize": "^1.2.5"
},
"dependencies": {
"crc": "^3.4.4",
"debug": "^3.1.0",
"is-type-of": "^1.2.0",
"rchars": "0.0.6"
}
}