Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
videojs-contrib-hls
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7b8f263f
authored
2014-02-24 21:20:58 -0800
by
Tom Johnson
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
packages updates for testing
1 parent
acbf7927
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
package.json
package.json
View file @
7b8f263
...
...
@@ -10,8 +10,7 @@
},
"license"
:
"Apache 2"
,
"scripts"
:
{
"test"
:
"grunt"
,
"postinstall"
:
"echo 'fire post install' && cd node_modules/video.js/ && npm install && grunt"
"test"
:
"grunt"
},
"devDependencies"
:
{
"grunt-contrib-jshint"
:
"~0.6.0"
,
...
...
@@ -24,8 +23,8 @@
"grunt"
:
"~0.4.1"
},
"dependencies"
:
{
"video.js"
:
"git+https://github.com/videojs/video.js.git"
,
"videojs-swf"
:
"git+https://github.com/
seniorflexdeveloper/video-js-swf.git
"
,
"videojs-contrib-media-sources"
:
"git+https://github.com/
dmlap/videojs-contrib-media-sources.git#hotfix/misc-fixes
"
"video.js"
:
"git+https://github.com/videojs/video.js.git
#v4.4.1
"
,
"videojs-swf"
:
"git+https://github.com/
videojs/video-js-swf.git#v4.4.0
"
,
"videojs-contrib-media-sources"
:
"git+https://github.com/
videojs/videojs-contrib-media-sources.git
"
}
}
...
...
Please
register
or
sign in
to post a comment