{ "name": "blessing-skin-server", "version": "3.2.1", "description": "A web application brings your custom skins back in offline Minecraft servers.", "repository": { "type": "git", "url": "https://github.com/printempw/blessing-skin-server" }, "author": "printempw", "license": "GPL-3.0", "private": true, "scripts": { "prod": "gulp --production", "dev": "gulp watch" }, "devDependencies": { "gulp": "^3.9.1", "gulp-clean-css": "^2.0.11", "gulp-concat": "^2.6.0", "gulp-jshint": "^2.0.1", "gulp-rename": "^1.2.2", "gulp-replace": "^0.5.4", "gulp-ruby-sass": "^2.0.6", "gulp-uglify": "^1.5.4", "gulp-zip": "^3.2.0", "laravel-elixir": "^6.0.0-10", "laravel-elixir-replace": "^1.1.2" } }