Last active
August 29, 2015 14:21
-
-
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.
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": "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