Skip to content

Instantly share code, notes, and snippets.

@MolchanovEduard
Created May 17, 2017 20:27
Show Gist options
  • Save MolchanovEduard/92176917385243cf4b41a8ed5d20337c to your computer and use it in GitHub Desktop.
Save MolchanovEduard/92176917385243cf4b41a8ed5d20337c to your computer and use it in GitHub Desktop.
{
"name": "starting-project",
"version": "1.0.0",
"description": "базовый шаблон проекта сайта на PHP",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MolchanovEduard/starting-project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MolchanovEduard/starting-project/issues"
},
"homepage": "https://github.com/MolchanovEduard/starting-project#readme",
"devDependencies": {
"browser-sync": "^2.18.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"gulp-uncss": "^1.0.6",
"gulp-useref": "^3.1.2",
"wiredep": "^4.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment