mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
23 lines
428 B
JSON
23 lines
428 B
JSON
{
|
|
"name": "gogh",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "",
|
|
"scripts": {
|
|
"dev": "gulp dev"
|
|
},
|
|
"author": "",
|
|
"license": "",
|
|
"homepage": "",
|
|
"dependencies": {
|
|
"browser-sync": "^2.27.12",
|
|
"compass-mixins": "^0.12.12",
|
|
"gulp": "^4.0.2",
|
|
"gulp-htmlmin": "^5.0.1",
|
|
"gulp-inline-source": "^4.0.0",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sass": "^5.1.0",
|
|
"sass": "^1.58.3"
|
|
}
|
|
}
|