diff --git a/package.json b/package.json index d8da25f9..e731455a 100644 --- a/package.json +++ b/package.json @@ -1,31 +1,32 @@ { - "name": "pillar", - "license": "GPL-2.0+", - "author": "Blender Institute", - "repository": { - "type": "git", - "url": "git://git.blender.org/pillar.git" - }, - "devDependencies": { - "gulp": "^3.9.1", - "gulp-autoprefixer": "^6.0.0", - "gulp-cached": "^1.1.1", - "gulp-chmod": "^2.0.0", - "gulp-concat": "^2.6.1", - "gulp-if": "^2.0.2", - "gulp-git": "^2.8.0", - "gulp-livereload": "^4.0.0", - "gulp-plumber": "^1.2.0", - "gulp-pug": "^4.0.1", - "gulp-rename": "^1.4.0", - "gulp-sass": "^4.0.1", - "gulp-sourcemaps": "^2.6.4", - "gulp-uglify-es": "^1.0.4", - "minimist": "^1.2.0" - }, - "dependencies": { - "bootstrap": "^4.1.3", - "jquery": "^3.3.1", - "popper.js": "^1.14.4" - } + "name": "pillar", + "license": "GPL-2.0+", + "author": "Blender Institute", + "repository": { + "type": "git", + "url": "git://git.blender.org/pillar.git" + }, + "devDependencies": { + "gulp": "^3.9.1", + "gulp-autoprefixer": "^6.0.0", + "gulp-cached": "^1.1.1", + "gulp-chmod": "^2.0.0", + "gulp-concat": "^2.6.1", + "gulp-if": "^2.0.2", + "gulp-git": "^2.8.0", + "gulp-livereload": "^4.0.0", + "gulp-plumber": "^1.2.0", + "gulp-pug": "^4.0.1", + "gulp-rename": "^1.4.0", + "gulp-sass": "^4.0.1", + "gulp-sourcemaps": "^2.6.4", + "gulp-uglify-es": "^1.0.4", + "minimist": "^1.2.0" + }, + "dependencies": { + "bootstrap": "^4.1.3", + "jquery": "^3.3.1", + "popper.js": "^1.14.4", + "video.js": "^7.2.2" + } }