Skip to content

Instantly share code, notes, and snippets.

@mkoller
Created August 16, 2016 15:16
Show Gist options
  • Save mkoller/0269aa256f52090012aca14cb242b7bd to your computer and use it in GitHub Desktop.
Save mkoller/0269aa256f52090012aca14cb242b7bd to your computer and use it in GitHub Desktop.
{
"name": "app-name",
"version": "1.0.0",
"description": "npm packages",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.9.1"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-useref": "^3.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+yourGitURL.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://yourGitURL/issues"
},
"homepage": "https://yourGitURL#readme"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment