Skip to content

Instantly share code, notes, and snippets.

@bmarshall511
Last active August 29, 2015 14:04
Show Gist options
  • Save bmarshall511/1d8b279ce57b8519d854 to your computer and use it in GitHub Desktop.
Save bmarshall511/1d8b279ce57b8519d854 to your computer and use it in GitHub Desktop.
Used by npm to store metadata for projects published as npm modules
{
"name": "grunt-project",
"version": "0.1.0",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-concurrent": "*",
"grunt-contrib-compass": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"load-grunt-config": "*",
"grunt-newer": "*"
},
"dependencies": {
"time-grunt": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment