Reconfigure add structure and add Gulp

This commit is contained in:
2017-04-29 18:19:39 +03:00
parent 303dfd8aff
commit 3005f92bd2
9 changed files with 88 additions and 32 deletions

13
package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "homepage",
"author": "Anton Vakhrushev",
"license": "MIT",
"version": "1.0.0",
"description": "Homepage",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-sass": "^3.1.0"
}
}