Gogh/package.json

24 lines
463 B
JSON
Raw Normal View History

{
"name": "",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "",
"homepage": "",
2020-03-06 07:29:02 +03:00
"devDependencies": {
"gulp-sass": "^4.1.0"
2020-03-06 07:29:02 +03:00
},
"dependencies": {
2020-03-06 07:29:02 +03:00
"browser-sync": "^2.26.7",
"compass-mixins": "^0.12.10",
2020-03-06 07:29:02 +03:00
"gulp": "^4.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-inline-source": "^4.0.0",
2020-03-06 07:29:02 +03:00
"gulp-rename": "^2.0.0"
}
}