19 lines
422 B
JSON
19 lines
422 B
JSON
{
|
|
"name": "homepage",
|
|
"author": "Anton Vakhrushev",
|
|
"license": "MIT",
|
|
"version": "1.0.0",
|
|
"description": "Homepage",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-autoprefixer": "^3.1.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-sass": "^3.1.0"
|
|
},
|
|
"scripts": {
|
|
"build": "BUILD_ENV=dev gulp build",
|
|
"watch": "BUILD_ENV=dev gulp build:watch",
|
|
"build-prod": "BUILD_ENV=prod gulp build"
|
|
}
|
|
}
|