forked from aullman/opentok-layout-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.23 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
{
"name": "opentok-layout-js",
"version": "0.5.1",
"description": "Automatic layout of video elements (publisher and subscriber) minimising white-space for the OpenTok on WebRTC API. This is intended for use with the OpenTok on WebRTC JS API.",
"main": "opentok-layout.js",
"dependencies": {},
"devDependencies": {
"codeclimate-test-reporter": "0.0.4",
"gulp": "~3.5.5",
"gulp-jshint": "~1.5.0",
"gulp-rename": "~1.1.0",
"gulp-uglify": "~0.2.1",
"http-server": "^0.8.0",
"karma": "^0.13.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "~0.2.0",
"karma-sauce-launcher": "^0.2.14",
"opentok-test-scripts": "^1.0.1",
"travis-multirunner": "^3.0.0"
},
"scripts": {
"test": "node ./tests/test-node.js && ./node_modules/.bin/run-tests",
"start": "http-server"
},
"repository": {
"type": "git",
"url": "https://github.com/aullman/opentok-layout-js.git"
},
"keywords": [
"opentok",
"webrtc"
],
"author": "Adam Ullman",
"license": "MIT",
"bugs": {
"url": "https://github.com/aullman/opentok-layout-js/issues"
},
"homepage": "https://github.com/aullman/opentok-layout-js"
}