Skip to content

Commit

Permalink
Initialized package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikk221 committed Oct 13, 2021
1 parent f75dd59 commit 87999dc
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "hyper-express-session",
"version": "1.0.0",
"description": "High performance middleware that implements cookie sessions into the HyperExpress webserver.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kartikk221/hyper-express-session.git"
},
"keywords": [
"high",
"performance",
"cookie",
"session",
"flexible",
"redis",
"sql",
"compatible",
"node"
],
"author": "kartikk221",
"license": "MIT",
"bugs": {
"url": "https://github.com/kartikk221/hyper-express-session/issues"
},
"homepage": "https://github.com/kartikk221/hyper-express-session#readme"
}

0 comments on commit 87999dc

Please sign in to comment.