blob: f159301a5c9950dd02d1def82dc3f6d96285930c (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"name": "mediagoblin-extlib",
"description": "External libraries used by GNU MediaGoblin",
"author": "Asheesh Laroia <asheesh@asheesh.org>",
"dependencies": {
"jquery": ">= 1.7.1",
"video.js": "== 4.2.1"
}
}
|