Skip to content

Instantly share code, notes, and snippets.

@JonCatmull
Created February 11, 2015 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonCatmull/1483ade8d70289a14563 to your computer and use it in GitHub Desktop.
Save JonCatmull/1483ade8d70289a14563 to your computer and use it in GitHub Desktop.
{
"name": "new-web-site",
"version": "1.0.0",
"description": "Foundation for a New Web Site",
"main": "gulpfile.js",
"dependencies": {
"gulp": "^3.8.10"
},
"devDependencies": {
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.4.3",
"gulp-jshint": "^1.9.2",
"gulp-livereload": "^3.7.0",
"gulp-minify-css": "^0.4.4",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.2",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:joncatmull/new-web-site.git"
},
"author": "Jon Catmull",
"license": "MIT"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment