Skip to content

Instantly share code, notes, and snippets.

@billglover
Created May 19, 2013 15:43
Show Gist options
  • Save billglover/5608037 to your computer and use it in GitHub Desktop.
Save billglover/5608037 to your computer and use it in GitHub Desktop.
Basic package.json for Node.js application.
{
"name": "",
"preferGlobal": false,
"version": "0.0.1",
"author": "Bill Glover <bill@billglover.co.uk>",
"description": "",
"contributors": [
{
"name": "Bill Glover",
"email": "bill@billglover.co.uk"
}
],
"dependencies" : {
"stathat" : "0.0.x"
},
"engines": {
"node": ">=0.6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment