is there a way to pass in an array to grunt.js from the package.json file? I\'ve tried a few different ways and none of them seem to work. I currently have:
grunt.initConfig({ lint: grunt.file.readJSON('package.json').lint, });