openvidu/openvidu-browser/package.json

38 lines
1.6 KiB
JSON
Raw Normal View History

{
2017-03-15 16:46:19 +01:00
"name": "openvidu-browser",
2017-12-12 14:55:49 +01:00
"version": "1.3.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": "5.2.4",
"webrtc-adapter": "6.0.4",
"uuid": "3.1.0",
"freeice": "2.2.0",
"inherits": "2.0.3",
"merge": "1.2.0",
"ua-parser-js": "0.7.17",
"hark": "1.1.6",
"sdp-translator": "0.1.24"
},
"devDependencies": {
"typescript": "2.6.2",
"browserify": "15.1.0",
"tsify": "3.0.4",
"uglify-js": "3.3.5"
2017-03-15 16:46:19 +01:00
}
}