Skip to content

Instantly share code, notes, and snippets.

@stones
Created July 4, 2014 00:32
Show Gist options
  • Save stones/2ef9b8f947238237c3d9 to your computer and use it in GitHub Desktop.
Save stones/2ef9b8f947238237c3d9 to your computer and use it in GitHub Desktop.
Laravel Grunt Json
{
"name": "Tom.Stones.Packages",
"version": "1.0.0",
"devDependencies": {
"grunt" : "~0.4.1",
"grunt-php" : "~0.3.0",
"grunt-csso" : "~0.5.0",
"grunt-manifest" : "~0.4.0",
"grunt-contrib-concat" : "~0.1.3",
"grunt-contrib-uglify" : "~0.2.0",
"grunt-contrib-jshint" : "~0.4.1",
"grunt-contrib-clean" : "~0.4.0",
"grunt-contrib-requirejs" : "~0.4.0",
"grunt-contrib-watch" : "~0.5.0",
"grunt-contrib-less" : "~0.5.2",
"grunt-contrib-copy" : "~0.4.1",
"grunt-contrib-coffee" : "~0.7.0",
"grunt-open" : "~0.2.0",
"grunt-bowercopy" : "~0.7.1"
},
"engines": {
"node": ">=0.8.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment