forked from opentok/accelerator-screen-sharing-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.72 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
{
"name": "opentok-screen-sharing",
"version": "1.0.29",
"description": "OpenTok screen 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": "[email protected]",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/opentok/accelerator-screen-sharing-js"
},
"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"
}
}