This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
59 lines (59 loc) · 1.73 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "opentok-screen-sharing",
"version": "1.0.35",
"description": "OpenTok screen sharing accelerator pack",
"main": "dist/opentok-screen-sharing.js",
"directories": {
"test": "test"
},
"scripts": {
"build:css": "copyfiles css/*.css dist/",
"build:js": "concat -o dist/opentok-screen-sharing.js src/detect-browser.js src/opentok-screen-sharing.js & uglifyjs dist/opentok-screen-sharing.js -o dist/opentok-screen-sharing.min.js",
"build:images": "copyfiles images/**/* dist/",
"build:logversion": "replace '(js-vsol-)(x.y.z)' '$1'$npm_package_version ./dist",
"build": "mkdir 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": "adrice727@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/opentok/accelerator-screen-sharing-js"
},
"devDependencies": {
"babel-plugin-espower": "^3.0.1",
"chai": "^4.2.0",
"concat": "^1.0.3",
"copyfiles": "^2.3.0",
"coverage": "^0.4.1",
"html2js": "^0.2.0",
"karma": "^5.1.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-html2js-preprocessor": "^1.1.0",
"karma-mocha": "^2.0.1",
"karma-requirejs": "^1.1.0",
"karma-sinon": "^1.0.5",
"merge-stream": "^2.0.0",
"mocha": "^8.1.3",
"npm-css": "^0.2.3",
"uglify-js": "^3.10.2"
},
"dependencies": {
"jquery": "^3.5.1",
"opentok-solutions-logging": "^1.1.0",
"replace": "^1.2.1",
"underscore": "^1.11.0"
}
}