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
|
{
"title": "metacafe support for HTML5 Video Everywhere!",
"name": "h5vew-site-metacafe",
"version": "0.0.5",
"description": "metacafe support for HTML5 Video Everywhere",
"main": "index.js",
"author": {
"name": "Moez Bouhlel",
"email": "bmoez.j@gmail.com",
"url": "http://lejenome.github.io/"
},
"license": "MPL-2.0",
"preferences": [
{
"name": "disablemetacafe",
"title": "Disable on metacafe",
"description": "Use default video player on metacafe",
"type": "bool",
"value": false
}
],
"repository": {
"type": "git",
"url": "git://github.com/lejenome/h5vew-site-metacafe.git"
},
"bugs": {
"url": "https://github.com/lejenome/h5vew-site-metacafe/issues"
},
"homepage": "https://github.com/lejenome/h5vew-site-metacafe#readme"
}
|