oschina-webhook-handler
Version:
support oschina webhook
23 lines (22 loc) • 457 B
JSON
{
"name": "oschina-webhook-handler",
"version": "1.0.1",
"description": "support oschina webhook",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"oschina",
"webhooks"
],
"repository": {
"type": "git",
"url": "https://github.com/xudaolong/oschina-webhook-handler"
},
"author": "xudaolong",
"license": "MIT",
"devDependencies": {
"bl": "^1.2.1"
}
}