mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
25 lines
486 B
JSON
25 lines
486 B
JSON
{
|
|
"name": "",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "",
|
|
"scripts": {
|
|
"dev": "gulp dev",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "",
|
|
"homepage": "",
|
|
"devDependencies": {
|
|
"gulp-sass": "^4.1.0"
|
|
},
|
|
"dependencies": {
|
|
"browser-sync": "^2.26.7",
|
|
"compass-mixins": "^0.12.10",
|
|
"gulp": "^4.0.2",
|
|
"gulp-htmlmin": "^5.0.1",
|
|
"gulp-inline-source": "^4.0.0",
|
|
"gulp-rename": "^2.0.0"
|
|
}
|
|
}
|