Add initial package.json file with two dependencies
authorAsheesh Laroia <asheesh@asheesh.org>
Sun, 8 Feb 2015 01:08:41 +0000 (17:08 -0800)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Tue, 17 Feb 2015 21:47:39 +0000 (15:47 -0600)
extlib/package.json [new file with mode: 0644]

diff --git a/extlib/package.json b/extlib/package.json
new file mode 100644 (file)
index 0000000..f159301
--- /dev/null
@@ -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"
+  }
+}
+