Add initial package.json file with two dependencies

This commit is contained in:
Asheesh Laroia 2015-02-07 17:08:41 -08:00 committed by Christopher Allan Webber
parent 2f841a6c8f
commit bb12604eae

10
extlib/package.json Normal file
View 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"
}
}