Skip to content

Instantly share code, notes, and snippets.

@robksawyer
Last active December 17, 2015 14:59
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 robksawyer/5628632 to your computer and use it in GitHub Desktop.
Save robksawyer/5628632 to your computer and use it in GitHub Desktop.
A basic package.json file to get started with.
{
"name": "Project-Name",
"version": "0.1.0",
"lang": "en",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-init": "~0.2.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-compass": "~0.1.3",
"grunt-glue": "~0.1.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-sass": "~0.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment