blessing-skin-server/package.json

23 lines
583 B
JSON
Raw Normal View History

2016-07-21 22:01:57 +08:00
{
"name": "blessing-skin-server",
2016-08-11 18:11:20 +08:00
"version": "3.0.2",
2016-07-21 22:01:57 +08:00
"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",
"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",
2016-07-23 16:24:44 +08:00
"gulp-uglify": "^1.5.4",
"gulp-zip": "^3.2.0"
2016-07-21 22:01:57 +08:00
}
}