hubot-trivia-game-french
Version:
French translation of the original hubot-trivia-game from Michael Yin
35 lines (34 loc) • 745 B
JSON
{
"name": "hubot-trivia-game-french",
"description": "French translation of the original hubot-trivia-game from Michael Yin",
"version": "2.2.5",
"author": "Lucas Adam <contact@adam-lucas.ovh>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"trivia",
"game"
],
"repository": {
"type": "git",
"url": "git://github.com/LucasAdam/hubot-trivia-game.git"
},
"bugs": {
"url": "https://github.com/LucasAdam/hubot-trivia-game/issues"
},
"dependencies": {
"coffee-script": "~1.6",
"cheerio": "0.17.0"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*"
},
"main": "index.coffee",
"scripts": {
"test": "script/test"
}
}