Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save andrelashley/fc901d61af8a95f691b08bb0cebd8b18 to your computer and use it in GitHub Desktop.
Save andrelashley/fc901d61af8a95f691b08bb0cebd8b18 to your computer and use it in GitHub Desktop.
{
"name": "foundation-sites-template",
"version": "1.0.0",
"description": "Basic template for a new Foundation for Sites project.",
"main": "gulpfile.js",
"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": "foundation@zurb.com"
},
"author": "ZURB <foundation@zurb.com>",
"license": "MIT",
"private": true,
"dependencies": {
"alt": "^0.17.8",
"bootstrap": "^3.3.5",
"gulp-eslint": "^0.15.0",
"underscore": "^1.8.3",
"browserify": "^10.2.4",
"flux": "^2.0.3",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-open": "^0.3.2",
"jquery": "^2.1.4",
"react-router": "^0.13.3",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.0",
"bower": "^1.6.5",
"colors": "^1.1.2",
"history": "^1.13.0",
"react": "^0.14.2",
"react-dom": "^0.14.2"
},
"devDependencies": {
"babel-core": "^6.1.19",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-register": "^6.3.13",
"babelify": "^7.2.0",
"bower": "^1.6.5",
"browserify": "^12.0.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.3.1",
"gulp-cssmin": "^0.1.7",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment