contact/package.json
dependabot[bot] 1fed524d9c
Bump lodash from 4.17.11 to 4.17.21
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-08 18:44:43 +00:00

29 lines
700 B
JSON

{
"name": "contact",
"version": "2.0.0",
"description": "A basic clone of formspree.io for internal use",
"main": "index.js",
"homepage": "https://github.com/eruizdechavez/contact",
"bugs": "https://github.com/eruizdechavez/contact/issues",
"license": "MIT",
"author": {
"name": "Erick Ruiz de Chavez",
"email": "eruizdechavez@fastmail.com",
"url": "https://github.com/eruizdechavez"
},
"repository": "eruizdechavez/contact",
"engines": {
"node": ">=6.0.0"
},
"private": true,
"dependencies": {
"handlebars": "4.1.2",
"lodash": "4.17.21",
"request": "2.88.0",
"restify": "8.3.2",
"restify-cors-middleware": "1.1.1"
},
"devDependencies": {
"semistandard": "*"
}
}