express-flasher/package.json
Gregory Ballantine 129f52bfa4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Updated project to be published under the bitgoblin organization
2022-11-04 17:18:21 -04:00

27 lines
658 B
JSON

{
"name": "@bitgoblin/express-flasher",
"version": "1.0.0",
"description": "Express.js middleware to easily set and retrieve session flash messages.",
"main": "index.js",
"scripts": {
"lint": "eslint index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.metaunix.net/BitGoblin/express-flasher"
},
"keywords": [
"express",
"expressjs",
"flash",
"session"
],
"author": "Gregory Ballantine <gballantine@bitgoblin.tech>",
"license": "BSD-2-Clause",
"devDependencies": {
"eslint": "^8.26.0",
"eslint-config-google": "^0.14.0"
}
}