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

7 years ago
{
"name": "opus-to-pcm",
7 years ago
"version": "0.1.0",
"description": "Decode raw opus packet to pcm without using any external library",
"main": "dist/opus_to_pcm.js",
7 years ago
"scripts": {
"build": "rollup -c",
"pro": "NODE_ENV=production rollup -c",
"test": "karma start karma.conf.js"
7 years ago
},
"repository": {
"type": "git",
"url": "git@gitlab.ipvisionsoft.com:ipvision-web/liveplayer.git"
},
"author": "Samir Das",
7 years ago
"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",
7 years ago
"path": "^0.12.7",
"rollup": "^0.50.0",
7 years ago
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-buble": "^0.16.0",
7 years ago
"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",
7 years ago
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^1.0.1"
7 years ago
},
"dependencies": {}
7 years ago
}