push-wrapper
Version:
A wrapper for the Ableton Push to give easy to use APIs for controlling/being controlled by the Push
35 lines (34 loc) • 895 B
JSON
{
"name": "push-wrapper",
"version": "2.3.1",
"main": "dist/umd/push-wrapper.js",
"module": "dist/esm/push-wrapper.js",
"description": "A wrapper for the Ableton Push to give easy to use APIs for controlling/being controlled by the Push",
"keywords": [
"ableton",
"push",
"MIDI",
"webmidi api"
],
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"eslint": "^6.8.0",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-jasmine": "^1.8.1",
"eslint-plugin-promise": "^1.3.2",
"eslint-plugin-standard": "^1.3.2",
"jasmine": "^3.5.0",
"rollup": "^1.31.0"
},
"files": [
"dist/*"
],
"scripts": {
"build": "npm run prepare",
"lint": "eslint *.js src/*.js spec/*.js",
"prepare": "rm -rf dist && rollup --config",
"test": "jasmine"
},
"author": "https://github.com/crosslandwa",
"license": "MIT"
}