openvidu/openvidu-browser/package.json

39 lines
1.7 KiB
JSON
Raw Normal View History

{
2017-03-15 16:46:19 +01:00
"name": "openvidu-browser",
2017-12-11 16:10:57 +01:00
"version": "1.2.0",
2017-03-15 16:46:19 +01:00
"description": "OpenVidu Browser",
2017-09-26 11:33:23 +02:00
"author": "OpenVidu",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/OpenVidu/openvidu"
},
"main": "lib/OpenVidu/index.js",
"types": "lib/OpenVidu/index.d.ts",
2017-03-15 16:46:19 +01:00
"scripts": {
"browserify": "VERSION=${VERSION:-}; cd ts/OpenVidu && browserify Main.ts -p [ tsify ] --exclude kurento-browser-extensions --debug -o ../../static/js/openvidu-browser-$VERSION.js -v",
"browserify-prod": "VERSION=${VERSION:-}; cd ts/OpenVidu && browserify --debug Main.ts -p [ tsify ] --exclude kurento-browser-extensions | uglifyjs --source-map content=inline --output ../../static/js/openvidu-browser-$VERSION.min.js",
"updatetsc": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc && cd ../.. && tsc --declaration ts/OpenVidu/index.ts --outDir lib --sourceMap && tsc --declaration ts/OpenVidu/Main.ts --outDir lib --sourceMap",
2017-03-15 16:46:19 +01:00
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc && cd ../.. && tsc --declaration ts/OpenVidu/index.ts --outDir lib --sourceMap && tsc --declaration ts/OpenVidu/Main.ts --outDir lib --sourceMap"
2017-03-15 16:46:19 +01:00
},
"dependencies": {
"wolfy87-eventemitter": "4.2.9",
"@types/wolfy87-eventemitter": "4.2.31",
"webrtc-adapter": "5.0.4",
2017-03-15 16:46:19 +01:00
"uuid": "~2.0.1",
"freeice": "2.2.0",
"inherits": "^2.0.3",
"merge": "^1.2.0",
"ua-parser-js": "^0.7.7",
"hark": "1.1.6",
"sdp-translator": "0.1.24"
},
"devDependencies": {
"typescript": "2.6.1",
"browserify": "14.5.0",
"tsify": "3.0.3",
"uglify-js": "3.1.9"
2017-03-15 16:46:19 +01:00
}
}