summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorprzemyslawpluta <przemekpluta@hotmail.com>2014-04-02 19:46:42 +0100
committerprzemyslawpluta <przemekpluta@hotmail.com>2014-04-02 19:46:42 +0100
commitae4d98423d51c01c7cacc3c35d0257a745b2b3d0 (patch)
treeab9c3496b3995f4f52c8aa6db4005e65d57fef7f /package.json
parent71df97153e9f678e6e7ed8cdabe017480bba669a (diff)
downloadmongo-edu-ae4d98423d51c01c7cacc3c35d0257a745b2b3d0.zip
add closed caption support
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/package.json b/package.json
index 2095fb9..af757d1 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
"name": "mongo-edu",
"preferGlobal": true,
- "version": "0.1.9",
+ "version": "0.1.10",
"author": "Przemyslaw Pluta <przemyslawplutadev@gmail.com> (http://przemyslawpluta.com)",
- "description": "Select and download videos and handouts from education.mongodb.com courses",
+ "description": "Select and download videos and handouts from university.mongodb.com courses",
"main": "./mongo-edu",
"scripts": {
"start": "node ./bin/mongo-edu"
@@ -18,10 +18,13 @@
"keywords": [
"mongodb",
"download",
+ "handouts",
+ "closed captions"
"videos",
"youtube",
"course",
"education",
+ "university",
"edu"
],
"license": "MIT",