The task for building tutti was never used, since all functionality is built by pillar. Also remove the dependencies for jQuery and Bootstrap in package.json
27 lines
599 B
JSON
27 lines
599 B
JSON
{
|
|
"name": "blender-cloud",
|
|
"license": "GPL-2.0+",
|
|
"author": "Blender Institute",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://git.blender.org/blender-cloud.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"
|
|
}
|
|
}
|