Skip to content

Instantly share code, notes, and snippets.

@Phoen1x84
Created April 3, 2016 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Phoen1x84/49d962a5429c4faa3b475308d3635361 to your computer and use it in GitHub Desktop.
Save Phoen1x84/49d962a5429c4faa3b475308d3635361 to your computer and use it in GitHub Desktop.
package.json
{
"name": "ExampleGruntSetup",
"version": "1.0.0",
"description": "This is a base template for Frontend developers using Sitecore",
"main": "gruntfile.js",
"author": "@Pho3n1x84 - Matthew Neil",
"license": "(MIT)",
"devDependencies": {
"autoprefixer": "^6.3.1",
"grunt": "~0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jasmine": "^0.9.2",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^1.1.1",
"grunt-postcss": "^0.7.1",
"grunt-svgmin": "^3.1.2",
"jit-grunt": "^0.9.1",
"load-grunt-configs": "^0.4.3",
"load-grunt-tasks": "^3.4.0"
},
"dependencies": {
"jshint-stylish": "^2.1.0",
"time-grunt": "^1.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment