mamsc
Version:
MIDI Schow Control over Ethernet for MA lighting
47 lines (46 loc) • 1.05 kB
JSON
{
"repository": {
"type": "git",
"url": "git+https://github.com/tap-chris/mamsc.git"
},
"publishConfig": {
"name": "@tap-chris/mamsc"
},
"name": "mamsc",
"version": "1.1.0",
"description": "MIDI Schow Control over Ethernet for MA lighting",
"bugs": {
"url": "https://github.com/tap-chris/mamsc/issues"
},
"keywords": [
"mamsc",
"ma",
"lighting",
"msc",
"midi",
"schow",
"control",
"ethernet"
],
"engines": {
"node": ">=7.0.0"
},
"main": "mamsc.js",
"files": [
"lib",
"*.js",
"*.hbs",
"*.txt"
],
"scripts": {
"test": "node_modules/.bin/standard lib/mamsc.js",
"docs": "node_modules/.bin/jsdoc2md --template README.hbs --partial customTags.hbs --files lib/mamsc.js > README.md"
},
"author": "Christian Volmering <christian@volmering.name>",
"license": "(MIT OR GPL-3.0)",
"readmeFilename": "README.md",
"devDependencies": {
"jsdoc-to-markdown": "^7.0.1",
"standard": "^16.0.3"
}
}