Skip to content

Instantly share code, notes, and snippets.

Created September 3, 2014 17:07
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 anonymous/981ad2072c1ab4d65eba to your computer and use it in GitHub Desktop.
Save anonymous/981ad2072c1ab4d65eba to your computer and use it in GitHub Desktop.
Arquivo package.json do gruntJs
{
"name": "myFirstGrunt",
"version": "0.0.1",
"description": "My Grunt",
"main": "Gruntfile.js",
"author": "Yuri Fontella",
"license": "BSD",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.5.1",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment