forked from m90/seeThru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 798 Bytes
/
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
{
"name": "jquery.seethru",
"version": "0.9.7",
"author": {
"name" : "Frederik Ring",
"email" : "[email protected]",
"url" : "http://www.frederikring.com"
},
"title": "jQuery seeThru",
"description": "HTML5 video with alpha channel transparencies",
"homepage": "https://github.com/m90/jquery-seeThru",
"demo": "https://github.com/m90/jquery-seeThru#examples",
"keywords":[
"html5",
"video",
"transparency",
"alpha channel",
"keying",
"canvas"
],
"licenses": [{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"files": ["src/jquery-seeThru.0.9.7.min.js"],
"repository": {
"type": "git",
"url": "git://github.com/m90/jquery-seeThru.git"
},
"dependencies": {"jquery":"1.4"}
}