Skip to content

Instantly share code, notes, and snippets.

@vascogaspar
Last active September 18, 2015 11:25
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 vascogaspar/f493c8fda22fa9086b27 to your computer and use it in GitHub Desktop.
Save vascogaspar/f493c8fda22fa9086b27 to your computer and use it in GitHub Desktop.
{
"name": "YOUR-PROJECT",
"version": "0.0.1",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1"
},
"description": "YOUR DESCRIPTION",
"repository": {
"type": "git",
"url": "YOUR GIT REPO"
},
"keywords": [],
"author": "YOUR NAME",
"license": "ISC",
"homepage": "YOUR WEBSITE"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment