mirror of
https://github.com/arsenetar/arsenetar.github.io.git
synced 2024-11-15 02:19:02 +00:00
Andrew Senetar
44a02080a0
Assets have been converted as follows: - Change to gulp instead of grunt for build system - Remove bower and manage with npm instead - Change to postcss instead of sass - Change to Pure.css instead of foundation (lighter weight) - Update Icon Font - Initial rework of site styling (layout will be committed with updated style later) - Removed extra js which was not really needed - Built js and css will be in the assets/dist directory This really should have been probably 20 commits with a rebase or something...
27 lines
714 B
JSON
27 lines
714 B
JSON
{
|
|
"name": "arsenetar.github.io",
|
|
"version": "0.0.2",
|
|
"description": "Assets for the blog arsenetar.github.io (blog.voltaicideas.net).",
|
|
"author": "Andrew Senetar <arsenetar@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/arsenetar/arsenetar.github.io"
|
|
},
|
|
"private": "true",
|
|
"devDependencies": {
|
|
"cssnext": "^1.6.0",
|
|
"csswring": "^3.0.5",
|
|
"del": "^1.2.0",
|
|
"gulp": "^3.8.11",
|
|
"gulp-concat": "^2.5.2",
|
|
"gulp-postcss": "^5.1.8",
|
|
"gulp-sourcemaps": "^1.5.2",
|
|
"gulp-uglify": "^1.2.0",
|
|
"postcss-import": "^5.2.2",
|
|
"postcss-mixins": "^0.3.0",
|
|
"postcss-nested": "^0.3.2",
|
|
"purecss": "^0.6.0",
|
|
"run-sequence": "^1.1.0"
|
|
}
|
|
}
|