On Github kahlil / grunt-tutorial-02-package-json
by Kahlil / @distilledhype
Store package information
Store dependencies & devDependencies
Make meta information available to Grunt
Store devDependencies
Highly recommended for teams
Grunt plugins
{
"name": "my-project-name",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2"
}
}
IRC: #grunt