2016-09-02 17:55:38 -04:00
|
|
|
{
|
2019-05-10 18:21:26 -04:00
|
|
|
"name": "contact",
|
2019-05-12 08:51:47 -04:00
|
|
|
"version": "2.0.0",
|
2019-05-10 18:21:26 -04:00
|
|
|
"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.11",
|
|
|
|
"request": "2.88.0",
|
|
|
|
"restify": "8.3.2",
|
|
|
|
"restify-cors-middleware": "1.1.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"semistandard": "*"
|
|
|
|
}
|
2016-09-02 17:55:38 -04:00
|
|
|
}
|