citra-web/package.json
Weiyi Wang 2ff764f331 PR #45 rebased (#46)
* Initial checkin of refactoring gulp / scss

* Updated gitignore.

* Removing build directory.

* Updated package.json, removed downloads script.

* Removed assets_backup. Added back travis. Added back github pages dependency. Changed assets to src.

* Updated javascript rendering.

* Removing citra-theme button overrides in favor of scss.

* Refactored hyperlinks underline color

* Replacing manual string concat with backtick.
2017-08-30 02:16:03 +00:00

27 lines
662 B
JSON

{
"name": "citra-web",
"version": "1.0.0",
"description": "The Citra Official Website",
"author": "",
"license": "AGPLv3",
"dependencies": {
"bootstrap-sass": "^3.3.7",
"browser-sync": "^2.18.13",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-changed": "^3.1.0",
"gulp-clean-css": "^3.7.0",
"gulp-concat": "^2.6.1",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^3.0.0",
"gulp-image-resize": "^0.12.0",
"gulp-md5-plus": "^1.0.3",
"gulp-minify": "^1.0.0",
"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"
}
}