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.
21 lines
485 B
JSON
21 lines
485 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": {
|
|
"build": "rollup -c",
|
|
"pro": "NODE_ENV=production rollup -c",
|
|
"test": "karma start karma.conf.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:samirkumardas/pcm-player.git"
|
|
},
|
|
"author": "Samir Das",
|
|
"devDependencies": {
|
|
"ws": "^3.3.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|