UNPKG

csound-api

Version:

Node.js bindings to Csound’s API

33 lines (32 loc) 668 B
{ "name": "csound-api", "main": "build/Release/csound-api.node", "version": "0.10.21", "description": "Node.js bindings to Csound’s API", "keywords": [ "csound", "music", "sound" ], "author": { "name": "Nathan Whetsell", "email": "nathan.whetsell@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/nwhetsell/csound-api.git" }, "license": "MIT", "dependencies": { "nan": "latest" }, "devDependencies": { "ansi-styles": "latest", "bindings": "latest", "jasmine-terminal-reporter": "latest", "json-stable-stringify": "latest" }, "scripts": { "test": "jasmine" } }