hubot-eksisozluk
Version:
A hubot script that retrieves random entries from Turkish collaborative hypertext dictionary eksisozluk.com
41 lines (40 loc) • 1.05 kB
JSON
{
"name": "hubot-eksisozluk",
"description": "A hubot script that retrieves random entries from Turkish collaborative hypertext dictionary eksisozluk.com",
"version": "0.0.2",
"author": "Mehmet Ali Aydın <maaydin@gmail.com>",
"license": "MIT",
"keywords": "hubot, eksi, eksisozluk, sozluk, yesillendir",
"repository": {
"type": "git",
"url": "git://github.com/kloia/hubot-eksisozluk.git"
},
"bugs": {
"url": "https://github.com/kloia/hubot-eksisozluk/issues"
},
"dependencies": {
"osmosis": "^1.1.4"
},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {
"hubot-test-helper": "^1.3.0",
"chai": "^2.1.1",
"coffee-script": "1.6.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-test": "~0.12.7",
"grunt-release": "~0.11.0",
"hubot": "2.x",
"matchdep": "~0.3.0",
"mocha": "^2.1.0",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}