Package.json: videojs as new dependency

So it's easier to keep track of the version number.
This commit is contained in:
Pablo Vazquez 2018-09-14 00:50:37 +02:00
parent 1a1f67cf00
commit 462f31406a

View File

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