Add initial package.json file with two dependencies
This commit is contained in:
parent
2f841a6c8f
commit
bb12604eae
10
extlib/package.json
Normal file
10
extlib/package.json
Normal file
@ -0,0 +1,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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user