hubot-jvn
Version:
Hubot-scripts returns JVN feed information from https://jvn.jp
30 lines (29 loc) • 653 B
JSON
{
"name": "hubot-jvn",
"version": "0.1.1",
"description": "Hubot-scripts returns JVN feed information from https://jvn.jp",
"main": "src/index.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/moqada/hubot-jvn.git"
},
"keywords": [
"hubot",
"hubot-scripts",
"security",
"jvn"
],
"author": "moqada",
"license": "MIT",
"bugs": {
"url": "https://github.com/moqada/hubot-jvn/issues"
},
"homepage": "https://github.com/moqada/hubot-jvn",
"dependencies": {
"cron": "^1.0.4",
"xml2js": "^0.4.4"
}
}