-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
57 lines (57 loc) · 1.47 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
{
"name": "seethru",
"description": "HTML5 video with alpha channel transparencies",
"version": "4.0.0",
"author": "Frederik Ring <[email protected]>",
"contributors": [
"Caio Matias <[email protected]>",
"CookiesEater <[email protected]>",
"DiSoul <[email protected]>",
"Jakob Eriksen <[email protected]>",
"Lukas Drgon <[email protected]>",
"Mandana Eibegger <[email protected]>",
"Matt Stone <[email protected]>",
"Robbert Helling <[email protected]>",
"Zabellfour <[email protected]>"
],
"scripts": {
"posttest": "grunt lint",
"test": "karma start karma.conf.js"
},
"main": "src/seeThru.js",
"repository": "https://github.com/m90/seeThru.git",
"homepage": "https://github.com/m90/seeThru",
"bugs": {
"url": "https://github.com/m90/seeThru/issues"
},
"bin": {
"seethru-convert": "./bin/converter.js"
},
"keywords": [
"html5",
"video",
"transparency",
"alpha-channel",
"keying",
"canvas",
"jquery-plugin"
],
"license": "MIT",
"devDependencies": {
"grunt": "^1.4.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-eslint": "^20.0.0",
"grunt-jsonlint": "^1.0.4",
"jquery": "^3.5.0",
"karma": "^6.3.14",
"karma-chrome-launcher": "^2.1.1",
"karma-cli": "^1.0.1",
"karma-qunit": "^1.2.1",
"qunitjs": "^2.3.3"
},
"dependencies": {
"fluent-ffmpeg": "^2.1.2",
"yargs": "^14.0.0"
}
}