Skip to content

Instantly share code, notes, and snippets.

@knicklabs
Created August 17, 2013 18:45
Show Gist options
  • Save knicklabs/6258225 to your computer and use it in GitHub Desktop.
Save knicklabs/6258225 to your computer and use it in GitHub Desktop.
My package.json file for Jekyll Projects
{
"name": "project-name",
"version": "1.0.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment