IMOTCL/package.json
2020-04-08 23:37:59 +05:00

22 lines
558 B
JSON

{
"name": "interactive-map-city-lesnoy",
"version": "2.0.0",
"description": "This is an interactive map of the city Lesnoy",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "zinchenko291",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.5",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-cache": "^1.1.1",
"gulp-imagemin": "^5.0.3",
"gulp-sass": "^4.0.2",
"imagemin-pngquant": "^7.0.0"
}
}