32 lines
689 B
JSON
32 lines
689 B
JSON
{
|
|
"name": "icecast",
|
|
"description": "NodeJS module for parsing and/or injecting metadata with SHOUTcast/Icecast radio streams",
|
|
"version": "1.3.1",
|
|
"author": "Nathan Rajlich <nathan@tootallnate.net>",
|
|
"repository": { "type": "git", "url": "git://github.com/TooTallNate/node-icecast.git" },
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"shoutcast",
|
|
"icecast",
|
|
"radio",
|
|
"internet",
|
|
"metadata",
|
|
"stream"
|
|
],
|
|
"dependencies": {
|
|
"debug": "*",
|
|
"stream-parser": "*",
|
|
"readable-stream": "*"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "*"
|
|
},
|
|
"main": "./index.js",
|
|
"scripts": {
|
|
"test": "mocha --reporter spec"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|