You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
518 B
JSON
20 lines
518 B
JSON
{
|
|
"name": "pcm-player",
|
|
"version": "0.1.0",
|
|
"description": "A minimalist javascript audio player for PCM streaming audio",
|
|
"main": "dist/pcm_player.js",
|
|
"scripts": {
|
|
"minify": "./node_modules/uglify-js/bin/uglifyjs pcm-player.js --compress --mangle --output pcm-player.min.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:samirkumardas/pcm-player.git"
|
|
},
|
|
"author": "Samir Das",
|
|
"devDependencies": {
|
|
"uglify-js": "^3.3.23",
|
|
"ws": "^3.3.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|