forked from aullman/opentok-layout-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "opentok-layout-js",
"version": "0.1.4",
"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"
},
"scripts": {
"test": "gulp test",
"postinstall": "gulp",
"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"
}