Skip to content

Instantly share code, notes, and snippets.

@s-belichenko
Last active September 30, 2018 21:55
Show Gist options
  • Save s-belichenko/298163e52c9fd07d219a3d633f37682f to your computer and use it in GitHub Desktop.
Save s-belichenko/298163e52c9fd07d219a3d633f37682f to your computer and use it in GitHub Desktop.
For Gulp: JS (ECMAScript 5.1) + CSS
{
"name": "loans-form",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"repository": {
"type": "git",
"url": ""
},
"author": "S.Belichenko",
"license": "ISC",
"dependencies": {
"gulp": "^3.9.1",
"gulp-csso": "3.0.1",
"gulp-concat": "2.6.1",
"gulp-sourcemaps": "2.6.4",
"gulp-uglify": "3.0.1",
"gulp-strip-debug": "3.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment