blessing-skin-server/package.json

30 lines
768 B
JSON
Raw Normal View History

2016-07-21 22:01:57 +08:00
{
"name": "blessing-skin-server",
2017-01-15 16:21:34 +08:00
"version": "3.2.1",
"description": "A web application brings your custom skins back in offline Minecraft servers.",
2016-07-21 22:01:57 +08:00
"repository": {
"type": "git",
"url": "https://github.com/printempw/blessing-skin-server"
},
"author": "printempw",
"license": "GPL-3.0",
2016-08-28 10:05:21 +08:00
"private": true,
"scripts": {
"prod": "gulp --production",
"dev": "gulp watch"
},
2016-07-21 22:01:57 +08:00
"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",
2016-08-28 10:05:21 +08:00
"gulp-zip": "^3.2.0",
2016-08-28 11:49:22 +08:00
"laravel-elixir": "^6.0.0-10",
"laravel-elixir-replace": "^1.1.2"
2016-07-21 22:01:57 +08:00
}
}