-
-
Save markau/4cc5a461daf54672c891346782f41a0a to your computer and use it in GitHub Desktop.
Foundation 6 with pug(ex:jade) or EJS
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": "foundation-sites-template", | |
"version": "1.0.0", | |
"description": "Basic template for a new Foundation for Sites project.", | |
"main": "gulpfile.js", | |
"devDependencies": { | |
"browser-sync": "^2.11.1", | |
"ejs": "^2.4.1", | |
"gulp": "^3.9.1", | |
"gulp-autoprefixer": "^3.1.0", | |
"gulp-ejs": "^2.1.1", | |
"gulp-load-plugins": "^1.1.0", | |
"gulp-plumber": "^1.1.0", | |
"gulp-pug": "^3.2.0", | |
"gulp-sass": "^2.3.1", | |
"pug": "^2.0.0-beta6" | |
}, | |
"scripts": { | |
"start": "gulp", | |
"build": "gulp sass" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/zurb/foundation-sites-template.git" | |
}, | |
"bugs": { | |
"url": "https://github.com/zurb/foundation-sites/issues", | |
"email": "[email protected]" | |
}, | |
"author": "ZURB <[email protected]>", | |
"license": "MIT", | |
"private": true, | |
"dependencies": { | |
"gulp-autoprefixer": "^3.1.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment