citra-web/package.json

23 lines
543 B
JSON
Raw Normal View History

2017-02-26 22:24:53 +01:00
{
"name": "citra-web",
"version": "1.0.0",
"description": "The Citra Official Website",
"author": "",
"license": "GPLv3",
"dependencies": {
"browser-sync": "^2.18.12",
2017-02-26 22:24:53 +01:00
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.3",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^3.0.0",
"gulp-image-resize": "^0.12.0",
2017-02-26 22:24:53 +01:00
"gulp-md5-plus": "^0.2.5",
2017-06-10 22:40:58 +02:00
"gulp-postcss": "^7.0.0",
"gulp-util": "^3.0.8",
"hugo-bin": "^0.7.0",
2017-02-26 22:24:53 +01:00
"postcss-cssnext": "^2.9.0",
"postcss-import": "^8.2.0",
"rimraf": "^2.6.1"
}
}