@darrinholst/hubot-wolfram
Version:
Hubot script to query Wolfram Alpha.
26 lines (25 loc) • 602 B
JSON
{
"name": "@darrinholst/hubot-wolfram",
"description": "Hubot script to query Wolfram Alpha.",
"version": "2.1.0",
"main": "./src/wolfram",
"repository": {
"type": "git",
"url": "https://github.com/notpeter/hubot-wolfram.git"
},
"keywords": [
"hubot",
"wolfram",
"wolframalpha",
"question"
],
"author": "Dan Horrigan (http://dhorrigan.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/notpeter/hubot-wolfram/issues"
},
"homepage": "https://github.com/notpeter/hubot-wolfram",
"dependencies": {
"node-wolfram-api": "^1.0.0"
}
}