npm package.json added
This commit is contained in:
parent
ac1ad39997
commit
382b9a2625
24
package.json
Normal file
24
package.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"name": "audio-mixer",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "Mixing multiple PCM streams into one.",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/alfreddatakillen/audio-mixer.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"audio",
|
||||||
|
"mixer",
|
||||||
|
"pcm",
|
||||||
|
"sound"
|
||||||
|
],
|
||||||
|
"author": "Alfred Godoy",
|
||||||
|
"license": "GPLv3",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/alfreddatakillen/audio-mixer/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/alfreddatakillen/audio-mixer"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user