aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-07-12 11:35:25 -0400
committerbob <bcz@cs.brown.edu>2019-07-12 11:35:25 -0400
commit3a4a7ba1f35eeba7d48c954f80a92c6904e5d065 (patch)
tree74f2bcac0fcbd98be505c335d963e6a13ad4720e /package.json
parent68f29e8bab43a8f0d40b02c9277e340fe17ebba2 (diff)
playing with videos
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 85fc7f1be..6681c4c1c 100644
--- a/package.json
+++ b/package.json
@@ -103,6 +103,7 @@
"@types/typescript": "^2.0.0",
"@types/uuid": "^3.4.4",
"@types/webpack": "^4.4.25",
+ "@types/youtube": "0.0.38",
"async": "^2.6.2",
"babel-runtime": "^6.26.0",
"bcrypt-nodejs": "0.0.3",
@@ -195,6 +196,7 @@
"typescript-collections": "^1.3.2",
"url-loader": "^1.1.2",
"uuid": "^3.3.2",
- "xoauth2": "^1.2.0"
+ "xoauth2": "^1.2.0",
+ "youtube": "^0.1.0"
}
}