blessing-skin-server/package.json
2017-06-30 12:14:06 +08:00

45 lines
1.1 KiB
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"
},
"dependencies": {
"admin-lte": "^2.3.11",
"bootstrap": "^3.3.7",
"bootstrap-fileinput": "^4.4.2",
"es6-promise": "^4.1.1",
"font-awesome": "^4.7.0",
"highlight.js": "^9.12.0",
"icheck": "^1.0.2",
"jqPaginator": "^1.2.0",
"jquery": "^3.2.1",
"sweetalert2": "^6.6.5",
"toastr": "^2.1.2"
}
}