Created
January 24, 2018 16:13
-
-
Save bmbrands/64fe092bb7f17a39e18156f09192e4b0 to your computer and use it in GitHub Desktop.
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": "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