Peer5 / videojs-contrib-hls.js

HLS library for video.js using Dailymotion's hls.js tech
Apache License 2.0
108 stars 55 forks source link

Why the name "videojs-contrib-hls.js"? #6

Closed forbesjo closed 7 years ago

forbesjo commented 8 years ago

I was wondering why this project is called "videojs-contrib-hls.js", it doesn't seem to be related to the videojs-contrib-hls plugin and "contrib" is used to signify projects offered by the org (see grunt-contrib-* for example)

shacharz commented 8 years ago

Was going after the videojs plugin naming convention. The additional .js was to follow the hls.js convention

saarangsoltani commented 7 years ago

From the npm naming guidelines:

Don't put "js" or "node" in the name. It's assumed that it's js, since you're writing a package.json file, and you can specify the engine using the "engines" field. (See below.)

See https://docs.npmjs.com/files/package.json