Skip to content

Instantly share code, notes, and snippets.

@chrishan17
Created April 10, 2015 09:52
Show Gist options
  • Save chrishan17/38cc925e83723a0b39d8 to your computer and use it in GitHub Desktop.
Save chrishan17/38cc925e83723a0b39d8 to your computer and use it in GitHub Desktop.
package.json for gulpfile.coffee
{
"name": "workflow",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"browserify": {
"transform": [
"coffeeify"
]
},
"devDependencies": {
"browser-sync": "^2.3.1",
"browserify": "^9.0.3",
"coffee-script": "^1.9.1",
"coffeeify": "^1.0.0",
"del": "^1.1.1",
"glob": "^5.0.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-browserify": "^0.5.1",
"gulp-coffee": "^2.3.1",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.4.0"
},
"dependencies": {
"jquery": "^2.1.3",
"lodash": "^3.5.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment