Gulp: indented package.json with tabs

This is what Atom does automatically, and also what we have in Flamenco
and Attract.
This commit is contained in:
Sybren A. Stüvel 2017-09-28 15:16:54 +02:00
parent 0612bd1a21
commit 923cbe62d1

View File

@ -1,26 +1,26 @@
{ {
"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": "https://github.com/armadillica/pillar.git" "url": "https://github.com/armadillica/pillar.git"
}, },
"devDependencies": { "devDependencies": {
"gulp": "~3.9.1", "gulp": "~3.9.1",
"gulp-autoprefixer": "~2.3.1", "gulp-autoprefixer": "~2.3.1",
"gulp-cached": "~1.1.0", "gulp-cached": "~1.1.0",
"gulp-chmod": "~1.3.0", "gulp-chmod": "~1.3.0",
"gulp-concat": "~2.6.0", "gulp-concat": "~2.6.0",
"gulp-if": "^2.0.1", "gulp-if": "^2.0.1",
"gulp-git": "~2.4.2", "gulp-git": "~2.4.2",
"gulp-livereload": "~3.8.1", "gulp-livereload": "~3.8.1",
"gulp-plumber": "~1.1.0", "gulp-plumber": "~1.1.0",
"gulp-pug": "~3.2.0", "gulp-pug": "~3.2.0",
"gulp-rename": "~1.2.2", "gulp-rename": "~1.2.2",
"gulp-sass": "~2.3.1", "gulp-sass": "~2.3.1",
"gulp-sourcemaps": "~1.6.0", "gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.5.3", "gulp-uglify": "~1.5.3",
"minimist": "^1.2.0" "minimist": "^1.2.0"
} }
} }