Skip to content

Instantly share code, notes, and snippets.

@shanecp
Created May 13, 2014 02:02
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 shanecp/4df8dd6b1aa14468857c to your computer and use it in GitHub Desktop.
Save shanecp/4df8dd6b1aa14468857c to your computer and use it in GitHub Desktop.
Sample Node config file for Grunt.js
{
"name": "[enter-your-project-name]",
"version": "0.0.0",
"description": "[Your project description.]",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://shanecp@bitbucket.org/shanecp/[enter-your-bitbucket/github-url]"
},
"author": "",
"license": "ISC",
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.5.3",
"matchdep": "~0.3.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-notify": "^0.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment