citra-web/package.json

27 lines
654 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": "AGPLv3",
2017-02-26 22:24:53 +01:00
"dependencies": {
"bootstrap-sass": "^3.3.7",
"browser-sync": "^2.18.13",
"cssnano": "^3.10.0",
2017-02-26 22:24:53 +01:00
"gulp": "^3.9.1",
"gulp-changed": "^3.1.0",
"gulp-clean-css": "^3.7.0",
"gulp-concat": "^2.6.1",
2017-02-26 22:24:53 +01:00
"gulp-htmlmin": "^3.0.0",
"gulp-image-resize": "^0.12.0",
"gulp-md5-plus": "^1.0.3",
"gulp-minify": "^1.0.0",
2017-06-10 22:40:58 +02:00
"gulp-postcss": "^7.0.0",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8",
"merge-stream": "^1.0.1",
"run-sequence": "^2.1.0",
"yarn": "^1.12.3"
2017-02-26 22:24:53 +01:00
}
}