@theoryofnekomata/piano-keyboard
Version:
Simple piano keyboard in JavaScript
24 lines (23 loc) • 534 B
JSON
{
"name": "@theoryofnekomata/piano-keyboard",
"version": "1.0.2",
"description": "Simple piano keyboard in JavaScript",
"main": "bin/piano-keyboard.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"control",
"piano",
"keyboard",
"music"
],
"author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "^2.0.0",
"gulp-uglify": "^2.0.1"
}
}