Skip to content

Instantly share code, notes, and snippets.

@inkbase
Created March 17, 2014 21:33
Show Gist options
  • Save inkbase/9608834 to your computer and use it in GitHub Desktop.
Save inkbase/9608834 to your computer and use it in GitHub Desktop.
Base package.json
{
"name": "ProjectName",
"description": "Just testing out my workflow.",
"version": "0.1.0",
"author": "Jason Landry",
"private": true,
"devDependencies": {
"grunt": "~0.4.x",
"grunt-contrib-sass": "~0.7.x",
"grunt-contrib-watch": "~0.6.x",
"grunt-contrib-jade": "~0.11.x",
"grunt-contrib-connect": "0.7.x",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-copy": "0.5.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment