Skip to content

Instantly share code, notes, and snippets.

@negamorgan
Created June 30, 2015 13:31
Show Gist options
  • Save negamorgan/82d60c1f189186c277b8 to your computer and use it in GitHub Desktop.
Save negamorgan/82d60c1f189186c277b8 to your computer and use it in GitHub Desktop.
package.json
{
"name": "package",
"version": "0.0.0",
"dependencies": {
"foundation-sites": "^5.5.2",
"jquery": "^2.1.4"
},
"devDependencies": {
"browser-sync": "^2.7.1",
"browserify": "^10.2.4",
"browserify-shim": "^3.8.9",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-cache": "^0.2.9",
"gulp-concat": "2.4.2",
"gulp-csso": "^1.0.0",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "1.9.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "^1.0.2",
"gulp-rename": "1.2.0",
"gulp-sass": "^1.3.3",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "1.0.2",
"gulp-util": "^3.0.6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"browser": {
"jquery": "./node_modules/jquery/dist/jquery.js",
"foundation": "./node_modules/foundation-sites/js/foundation.js"
},
"browserify-shim": {
"jquery": "$",
"foundation": "foundation"
},
"browserify": {
"transform": [
"browserify-shim"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment