You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

35 lines
867 B

{
"name": "spreed",
"version": "8.0.0",
"description": "",
"main": " ",
"repository": {
"type": "git",
"url": "https://github.com/nextcloud/spreed.git"
},
"author": "",
"license": "AGPL-3.0",
"scripts": {
"build": "make npm-init build-js-production bundle-simplewebrtc"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"attachmediastream": "^2.1.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"browserslist-config-nextcloud": "0.0.1",
"handlebars": "^4.2.0",
"hark": "^1.2.3",
"mockconsole": "0.0.1",
"util": "^0.12.1",
"webrtc-adapter": "^7.3.0",
"webrtcsupport": "^2.2.0",
"wildemitter": "^1.2.1"
},
"browserslist": [
"extends browserslist-config-nextcloud"
],
"dependencies": {}
}