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
680bc828
authored
2014-04-15 14:49:59 -0400
by
Gary Katsevman
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
update sinon and have npm fixup package.json
1 parent
d5a917d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
package.json
package.json
View file @
680bc82
...
...
@@ -13,28 +13,28 @@
"test"
:
"grunt test-local"
},
"devDependencies"
:
{
"grunt"
:
"~0.4.1"
,
"grunt-concurrent"
:
"0.4.3"
,
"grunt-contrib-clean"
:
"~0.4.0"
,
"grunt-contrib-concat"
:
"~0.3.0"
,
"grunt-contrib-connect"
:
"~0.6.0"
,
"grunt-contrib-jshint"
:
"~0.6.0"
,
"grunt-contrib-qunit"
:
"~0.2.0"
,
"grunt-contrib-concat"
:
"~0.3.0"
,
"grunt-contrib-uglify"
:
"~0.2.0"
,
"grunt-contrib-watch"
:
"~0.4.0"
,
"grunt-contrib-clean"
:
"~0.4.0"
,
"grunt-contrib-connect"
:
"~0.6.0"
,
"grunt-concurrent"
:
"0.4.3"
,
"grunt-karma"
:
"~0.6.2"
,
"grunt-open"
:
"0.2.3"
,
"grunt-shell"
:
"0.6.1"
,
"grunt"
:
"~0.4.1"
,
"sinon"
:
"~1.9.0"
,
"grunt-karma"
:
"~0.6.2"
,
"karma"
:
"~0.10.0"
,
"karma-sauce-launcher"
:
"~0.1.8"
,
"karma-chrome-launcher"
:
"~0.1.2"
,
"karma-firefox-launcher"
:
"~0.1.3"
,
"karma-ie-launcher"
:
"~0.1.1"
,
"karma-opera-launcher"
:
"~0.1.0"
,
"karma-phantomjs-launcher"
:
"~0.1.1"
,
"karma-safari-launcher"
:
"~0.1.1"
,
"karma-qunit"
:
"~0.1.1"
,
"karma-safari-launcher"
:
"~0.1.1"
,
"karma-sauce-launcher"
:
"~0.1.8"
,
"sinon"
:
"^1.9.1"
,
"video.js"
:
"^4.5"
},
"peerDependencies"
:
{
...
...
Please
register
or
sign in
to post a comment