This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2017-02-26 21:24:53 +00:00
|
|
|
{
|
|
|
|
"name": "citra-web",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "The Citra Official Website",
|
|
|
|
"author": "",
|
|
|
|
"license": "GPLv3",
|
|
|
|
"dependencies": {
|
2017-06-24 23:04:10 +00:00
|
|
|
"browser-sync": "^2.18.12",
|
2017-02-26 21:24:53 +00:00
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-clean-css": "^3.0.3",
|
|
|
|
"gulp-gh-pages": "^0.5.4",
|
|
|
|
"gulp-htmlmin": "^3.0.0",
|
2017-06-10 20:35:01 +00:00
|
|
|
"gulp-image-resize": "^0.12.0",
|
2017-02-26 21:24:53 +00:00
|
|
|
"gulp-md5-plus": "^0.2.5",
|
2017-06-10 20:40:58 +00:00
|
|
|
"gulp-postcss": "^7.0.0",
|
2017-06-24 23:04:10 +00:00
|
|
|
"gulp-util": "^3.0.8",
|
2017-02-26 21:24:53 +00:00
|
|
|
"postcss-cssnext": "^2.9.0",
|
|
|
|
"postcss-import": "^8.2.0",
|
|
|
|
"rimraf": "^2.6.1"
|
|
|
|
}
|
|
|
|
}
|