UNPKG

testing-german-opentok-screen-sharing

Version:

testing sharing accelerator pack

55 lines (54 loc) 1.67 kB
{ "name": "testing-german-opentok-screen-sharing", "version": "1.0.30", "description": "testing sharing accelerator pack", "main": "dist/opentok-screen-sharing.js", "directories": { "test": "test" }, "scripts": { "build:css": "npm-css css/screen-share.css -o dist/screen-share.css", "build:js": "concat -o dist/opentok-screen-sharing.js src/* & uglifyjs dist/opentok-screen-sharing.js -o dist/opentok-screen-sharing.min.js", "build:images": "cp -r images/ dist/images/", "build:logversion": "replace '(js-vsol-)(x.y.z)' '$1'$npm_package_version dist/*", "build": "mkdir -p dist && npm run build:js & npm run build:css & npm run build:images && npm run build:logversion", "test": "karma start" }, "babel": { "stage": "1" }, "keywords": [ "opentok", "annotation", "opentok-acc-pack", "screen-sharing", "audio/video" ], "author": "german.goldenstein@gmail.com", "license": "MIT", "devDependencies": { "babel-plugin-espower": "^2.4.0", "chai": "^4.1.2", "concat": "^1.0.3", "karma": "^2.0.0", "karma-browserify": "^5.1.3", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.1", "karma-firefox-launcher": "^1.1.0", "karma-html2js-preprocessor": "^1.1.0", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.4", "karma-sauce-launcher": "^1.2.0", "merge-stream": "^1.0.0", "mocha": "^5.0.0", "npm-css": "^0.2.3", "replace": "^0.3.0", "uglify-js": "^2.8.15" }, "dependencies": { "jquery": "^3.1.0", "opentok-solutions-logging": "^1.0.6", "underscore": "^1.8.3" } }