Skip to content

Instantly share code, notes, and snippets.

@bmbrands
Created January 24, 2018 16:13
Show Gist options
  • Save bmbrands/64fe092bb7f17a39e18156f09192e4b0 to your computer and use it in GitHub Desktop.
Save bmbrands/64fe092bb7f17a39e18156f09192e4b0 to your computer and use it in GitHub Desktop.
{
"name": "theme-reboost-tasks",
"version": "0.1.0",
"description": "Grunt tasks for Moodle Boost theme.",
"main": "Gruntfile.js",
"author": {
"name": "Bas Brands",
"url": "http://www.moodle.org"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.5",
"grunt-sass": "^2.0.0",
"grunt-stylelint": "0.6.0",
"stylelint": "7.4.1",
"stylelint-checkstyle-formatter": "0.1.0"
},
"license": "GPL-3.0+"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment