kara
Version:
A third generation EX-400 android
39 lines (38 loc) • 757 B
JSON
{
"name": "kara",
"version": "0.0.5",
"description": "A third generation EX-400 android",
"main": "kara.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --recursive -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/smotchkkiss/kara.git"
},
"keywords": [
"irc",
"bot",
"ex-400",
"kara"
],
"author": "smotchkkiss <smotchkkiss@gmail.com>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/smotchkkiss/kara/issues"
},
"devDependencies": {
"mocha": "~1.13.0",
"chai": "~1.8.0",
"sinon": "~1.7.3",
"ex-400-dev": "~0.1.4"
},
"dependencies": {
"ex-400": "0.1.3",
"redis": "~0.8.6",
"hiredis": "~0.1.15"
}
}