You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
374 B
16 lines
374 B
{
|
|
"name": "3scale-sample-webhook",
|
|
"version": "0.0.1",
|
|
"description": "A sample app that handles 3scale webhooks",
|
|
"main": "server.js",
|
|
"scripts": {},
|
|
"author": "Nicolas MASSE",
|
|
"repository": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "latest",
|
|
"express-xml-bodyparser": "^0.3.0",
|
|
"request": "^2.81.0",
|
|
"underscore": "^1.8.3"
|
|
}
|
|
}
|
|
|