Last active
April 5, 2017 15:46
-
-
Save inanutshell86/f10c658686d266322112cf5683d4d0c8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "1-barbershop", | |
"version": "1.0.0", | |
"main": "gulpfile.js", | |
"description": "Учебный проект «Барбершоп» от HTML Academy", | |
"author": "Ihor Khrystiuk", | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/inanutshell86/1-barbershop.git" | |
}, | |
"devDependencies": { | |
"autoprefixer": "^6.6.1", | |
"browser-sync": "^2.18.6", | |
"gulp": "^3.9.1", | |
"gulp-notify": "^2.2.0", | |
"gulp-plumber": "^1.1.0", | |
"gulp-postcss": "^6.3.0", | |
"gulp-less": "^3.3.0", | |
"gulp-sourcemaps": "^2.4.0", | |
"pixel-glass": "^1.0.13" | |
}, | |
"scripts": { | |
"build": "gulp less && gulp postcss", | |
"start": "npm run build && gulp serve" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment