max-api
Version:
Placeholder / Stub Node package for users that accidentally install "max-api" when attempting to use the dynamic "max-api" within [node.script]
40 lines (39 loc) • 867 B
JSON
{
"name": "max-api",
"version": "2.0.0",
"description": "Placeholder / Stub Node package for users that accidentally install \"max-api\" when attempting to use the dynamic \"max-api\" within [node.script]",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cycling74/n4m-max-api.git"
},
"keywords": [
"Max",
"Max MSP",
"Node For Max",
"node.script",
"max-api"
],
"author": "Cycling '74",
"contributors": [
{
"name": "Ben Bracken",
"email": "ben@cycling74.com"
},
{
"name": "Florian Demmer",
"email": "florian@cycling74.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Cycling74/n4m-max-api/issues"
},
"homepage": "https://github.com/Cycling74/n4m-max-api#readme",
"files": [
"index.js"
]
}