barrel
Version:
An abstract player for sequences of timed events.
28 lines (27 loc) • 544 B
JSON
{
"author": "Zach Rose",
"name": "barrel",
"version": "0.1.0",
"description": "An abstract player for sequences of timed events.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/zachrose/barrel.git"
},
"keywords": [
"timed", "event", "sequence", "player", "leierkasten"
],
"devDependencies": {
"mocha": "~2",
"should": "~4",
"sinon": "~1",
"express": "~4",
"ws": "0.5.x"
},
"dependencies": {
"events": "~1"
}
}