Last active
August 29, 2015 14:09
-
-
Save tpitre/9f69a7d5d49b4c8aee31 to your computer and use it in GitHub Desktop.
Grunt: Package Setup
This file contains 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": "project_name", | |
"description": "project_name project files", | |
"version": "1.0.0", | |
"devDependencies": { | |
"grunt": "~0.4.2", | |
"grunt-bower-requirejs": "~0.11.0", | |
"grunt-contrib-clean": "^0.6.0", | |
"grunt-contrib-copy": "~0.5.0", | |
"grunt-contrib-uglify": "~0.4.0", | |
"grunt-contrib-watch": "~0.5.3", | |
"grunt-criticalcss": "^0.2.2", | |
"grunt-grunticon": "^1.2.13", | |
"grunt-modernizr": "~0.5.2", | |
"grunt-pagespeed": "~0.2.0", | |
"grunt-responsive-images": "^0.1.4", | |
"grunt-sass": "^0.14.2", | |
"grunt-shell": "~0.6.4", | |
"grunt-stripmq": "0.0.6", | |
"grunt-svgmin": "^1.0.0", | |
"load-grunt-config": "~0.7.0", | |
"load-grunt-tasks": "~0.4.0", | |
"ngrok": "~0.1.97", | |
"node-bourbon": "^1.2.3", | |
"node-neat": "^1.3.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment