17 lines
372 B
JSON
17 lines
372 B
JSON
{
|
|
"name": "@crimata/nodeaudio",
|
|
"version": "0.0.0",
|
|
"description": "NodeJS bindings for PortAudio",
|
|
"main": "./index.js",
|
|
"dependencies": {
|
|
"bindings": "~1.2.1",
|
|
"sleep": "^6.3.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"gypfile": true,
|
|
"publishConfig": {
|
|
"registry": "https://gitlab.com/api/v4/projects/28849281/packages/npm/"
|
|
}
|
|
}
|