Skip to content

Instantly share code, notes, and snippets.

@megurock
Created October 1, 2014 12:08
Show Gist options
  • Save megurock/986aefeaaea4fdf5f92d to your computer and use it in GitHub Desktop.
Save megurock/986aefeaaea4fdf5f92d to your computer and use it in GitHub Desktop.
package.json for my grunt template #1
{
"name": "application-name",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "3.4.8",
"jade": "*"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "~0.8.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "~0.9.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-html-validation": "~0.1.18",
"grunt-pngmin": "~0.6.1",
"grunt-text-replace": "~0.3.12",
"grunt-usemin": "~2.3.0",
"load-grunt-tasks": "~0.6.0",
"grunt-utf8tosjis": "0.0.2",
"grunt-nightwatch": "~0.2.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment