openvidu/openvidu-browser/package.json

40 lines
1.5 KiB
JSON
Raw Normal View History

{
2017-03-15 16:46:19 +01:00
"name": "openvidu-browser",
"version": "1.1.2",
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",
2017-05-19 09:51:52 +02:00
"updatetsc": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc",
2017-03-15 16:46:19 +01:00
"test": "echo \"Error: no test specified\" && exit 1",
2017-10-18 11:02:18 +02:00
"prepublish": "cd ts/OpenViduInternal && tsc && cd ../OpenVidu && tsc",
"developing": "cd ts/OpenViduInternal && tsc -w && cd ../OpenVidu && tsc -w"
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
}
}