bb015427b6
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.7) Signed-off-by: dependabot[bot] <support@github.com>
29 lines
700 B
JSON
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.7.7",
|
|
"lodash": "4.17.11",
|
|
"request": "2.88.0",
|
|
"restify": "8.3.2",
|
|
"restify-cors-middleware": "1.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"semistandard": "*"
|
|
}
|
|
}
|