Created
February 11, 2015 09:21
-
-
Save JonCatmull/1483ade8d70289a14563 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]: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