blessing-skin-server/package.json
2017-06-27 22:50:44 +08:00

32 lines
833 B
JSON

{
"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": {
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^2.4.0",
"gulp-concat": "^2.6.1",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-ruby-sass": "^2.1.1",
"gulp-uglify": "^1.5.4",
"gulp-zip": "^3.2.0",
"laravel-elixir": "^6.0.0-15",
"laravel-elixir-replace": "^1.1.2"
}
}