npm package.json added

This commit is contained in:
alfred 2013-12-30 08:36:53 +00:00
parent ac1ad39997
commit 382b9a2625
1 changed files with 24 additions and 0 deletions

24
package.json Normal file
View 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"
}