yuna
Version:
Extra zookeeper support for Illyria.
38 lines (37 loc) • 832 B
JSON
{
"name": "yuna",
"version": "1.2.3",
"description": "Extra zookeeper support for Illyria.",
"main": "index.js",
"scripts": {
"test": "ZK_NO_WARN=true ./node_modules/.bin/_mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/XadillaX/yuna.git"
},
"keywords": [
"zookeeper",
"illyria"
],
"author": "XadillaX",
"license": "MIT",
"bugs": {
"url": "https://github.com/XadillaX/yuna/issues"
},
"homepage": "https://github.com/XadillaX/yuna",
"dependencies": {
"algorithmjs": "^0.0.3",
"async": "^1.4.0",
"illyria": ">2.2.5 <2.3.0",
"node-uuid": "^1.4.3",
"scarlet-task": "^0.1.0-comment",
"sugar": "^1.4.1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.14",
"mocha": "^2.2.5",
"should": "^6.0.1"
}
}