Last active
July 12, 2017 12:13
-
-
Save kohki-shikata/c5c6d1cf3e25b98ce13906dd94f33875 to your computer and use it in GitHub Desktop.
Foundation 6 with pug(ex:jade) or EJS
This file contains hidden or 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