launchpad-marquee
Version:
Use your Novation Launchpad as a scrolling marquee
40 lines (39 loc) • 869 B
JSON
{
"name": "launchpad-marquee",
"version": "1.2.1",
"description": "Use your Novation Launchpad as a scrolling marquee",
"main": "index.js",
"dependencies": {
"launchpadder": "0.0.5",
"meow": "3.7.0",
"midi": "0.9.5"
},
"devDependencies": {
"standard": "7.0.0"
},
"scripts": {
"test": "standard"
},
"keywords": [
"midi",
"controller",
"marquee",
"novation",
"launchpad",
"scrolling",
"text"
],
"bin": {
"launchpad-marquee": "cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brandly/launchpad-marquee.git"
},
"author": "Matthew Brandly <brandly13@gmail.com> (http://brandly.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/brandly/launchpad-marquee/issues"
},
"homepage": "https://github.com/brandly/launchpad-marquee#readme"
}