mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-11-27 05:39:55 +08:00
29 lines
712 B
JSON
29 lines
712 B
JSON
{
|
|
"name": "blessing-skin-server",
|
|
"version": "3.0.4",
|
|
"description": "Just a simple open-source Minecraft skin server written in PHP.",
|
|
"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": "^5.0.0",
|
|
}
|
|
}
|