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.
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "opus-to-pcm",
|
|
"version": "0.1.0",
|
|
"description": "Decode raw opus packet to pcm without using any external library",
|
|
"main": "dist/opus_to_pcm.js",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"pro": "NODE_ENV=production rollup -c",
|
|
"test": "karma start karma.conf.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.ipvisionsoft.com:ipvision-web/liveplayer.git"
|
|
},
|
|
"author": "Samir Das",
|
|
"devDependencies": {
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-register": "^6.26.0",
|
|
"karma": "^1.7.1",
|
|
"karma-chrome-launcher": "^2.2.0",
|
|
"karma-mocha": "^1.3.0",
|
|
"karma-rollup-preprocessor": "^5.0.1",
|
|
"mocha": "^4.0.1",
|
|
"path": "^0.12.7",
|
|
"rollup": "^0.50.0",
|
|
"rollup-plugin-babel": "^2.7.1",
|
|
"rollup-plugin-buble": "^0.16.0",
|
|
"rollup-plugin-eslint": "^3.0.0",
|
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
"rollup-plugin-node-globals": "^1.1.0",
|
|
"rollup-plugin-node-resolve": "^3.0.0",
|
|
"rollup-plugin-replace": "^1.1.1",
|
|
"rollup-plugin-uglify": "^1.0.1"
|
|
},
|
|
"dependencies": {}
|
|
}
|