7f7135db by Matthew McClure

added videojs-plugin to keywords in package.json

1 parent c5a2ded8
...@@ -12,6 +12,10 @@ ...@@ -12,6 +12,10 @@
12 "scripts": { 12 "scripts": {
13 "test": "grunt test" 13 "test": "grunt test"
14 }, 14 },
15 "keywords": [
16 "videojs",
17 "videojs-plugin"
18 ],
15 "devDependencies": { 19 "devDependencies": {
16 "grunt": "~0.4.1", 20 "grunt": "~0.4.1",
17 "grunt-concurrent": "0.4.3", 21 "grunt-concurrent": "0.4.3",
......