ciscospark-webhook-validator
Version:
Use co-body and dataloader to validate incoming webhooks from Cisco Spark
66 lines (65 loc) • 1.51 kB
JSON
{
"name": "ciscospark-webhook-validator",
"version": "1.1.0",
"description": "Use co-body and dataloader to validate incoming webhooks from Cisco Spark",
"author": "Tor E Hagemann <tor.hagemann@gmail.com>",
"homepage": "https://github.com/hagemt/node-ciscospark-webhook-validator#readme",
"license": "MIT",
"main": "es6.js",
"babel": {
"presets": [
[
"env",
{
"targets": {
"node": "6.6"
}
}
]
]
},
"bugs": {
"url": "https://github.com/hagemt/node-ciscospark-webhook-validator/issues"
},
"dependencies": {
"co-body": "6.0.0",
"dataloader": "1.4.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-preset-env": "1.7.0",
"eslint": "5.9.0",
"mocha": "5.2.0",
"ngrok": "3.1.0",
"nock": "10.0.2",
"nyc": "13.1.0",
"request": "2.88.0",
"should": "13.2.3",
"sinon": "7.1.1",
"uuid": "3.3.2"
},
"engines": {
"node": ">=6.6.0"
},
"keywords": [
"Cisco",
"Spark",
"validate",
"webhook",
"parse",
"sha1",
"hmac"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hagemt/node-ciscospark-webhook-validator.git"
},
"scripts": {
"babel": "babel es6.js -o es5.js",
"mocha": "mocha --require should",
"eslint": "eslint .eslintrc.js es6.js test",
"prepublishOnly": "npm run-script babel",
"test": "nyc -- npm run-script mocha",
"posttest": "npm run-script eslint"
}
}