Skip to content

Instantly share code, notes, and snippets.

@matthewrwilton
Last active August 29, 2015 14:21
Show Gist options
  • Save matthewrwilton/694730846b8e0478b66a to your computer and use it in GitHub Desktop.
Save matthewrwilton/694730846b8e0478b66a to your computer and use it in GitHub Desktop.
A sample package.json file with devDependencies setup for the modules required for LESS compilation.
{
"name": "GulpExamples.less",
"version": "1.0.0",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-less": "^3.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-watch": "^4.2.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment