hackedvoxels-kb-bindings
Version:
present a polling interface and events for keyboard state given a binding object
24 lines (23 loc) • 488 B
JSON
{
"name": "hackedvoxels-kb-bindings",
"version": "0.0.1",
"description": "present a polling interface and events for keyboard state given a binding object",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/z3t0/hackedvoxels-kb-bindings.git"
},
"keywords": [
"keyboard",
"controls",
"polling",
"vkey",
"bindings",
"event"
],
"license": "MIT",
"dependencies": {
"vkey": "~0.0.3",
"ever": "^0.0.3"
}
}