mirror of
https://github.com/ngrok/ngrok-webhook-nodejs-sample.git
synced 2026-06-16 16:54:53 +00:00
24 lines
662 B
JSON
24 lines
662 B
JSON
{
|
|
"name": "ngrok-webhook-nodejs-sample",
|
|
"version": "1.0.0",
|
|
"description": "Sample webhook listener using NodeJS and ExpressJS",
|
|
"scripts": {
|
|
"start": "node app.js",
|
|
"startSlack": "node appSlack.js",
|
|
"startFacebook": "node appFB.js",
|
|
"startDropbox": "node appDropbox.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ngrok/ngrok-webhook-nodejs-sample.git"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/ngrok/ngrok-webhook-nodejs-sample/issues"
|
|
},
|
|
"homepage": "https://github.com/ngrok/ngrok-webhook-nodejs-sample#readme",
|
|
"dependencies": {
|
|
"express": "^4.18.1"
|
|
}
|
|
}
|