win-backbone
Version:
The control backbone for WIN, handles message passing between modules in an experiment. Allows for somewhat generic module swapping
27 lines (26 loc) • 563 B
JSON
{
"name": "win-backbone",
"version": "0.0.4-5",
"description": "The control backbone for WIN, handles message passing between modules in an experiment. Allows for somewhat generic module swapping",
"keywords": [
"WIN",
"evolution",
"iec",
"neat"
],
"repository": {
"url": "OptimusLime/win-backbone",
"type": "git"
},
"main": "lib/win-backbone.js",
"dependencies": {
"q": "1.x",
"component-emitter": "*"
},
"devDependencies": {
"colors": "*",
"mocha": "*",
"traverse": "*",
"should": "*"
}
}