31 lines
650 B
JSON
31 lines
650 B
JSON
{
|
|
"name": "wav-file-info",
|
|
"version": "0.0.8",
|
|
"description": "Lightweight Node.js WAV file info helper",
|
|
"main": "wav-file-info.js",
|
|
"scripts": {
|
|
"test": "mocha test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rackfx/Node-WAV-File-Info.git"
|
|
},
|
|
"keywords": [
|
|
"WAV",
|
|
"file",
|
|
"WAV",
|
|
"audio",
|
|
"RIFF",
|
|
"Microsoft",
|
|
"Node",
|
|
"meta",
|
|
"wav meta"
|
|
],
|
|
"author": "David Jones <null@rackfx.com> (rackfx.com)",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/rackfx/Node-WAV-File-Info/issues"
|
|
},
|
|
"homepage": "https://github.com/rackfx/Node-WAV-File-Info"
|
|
}
|