Skip to content

Instantly share code, notes, and snippets.

@cahnory
Last active August 29, 2015 14: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 cahnory/8dda49b1bc119dcb2286 to your computer and use it in GitHub Desktop.
Save cahnory/8dda49b1bc119dcb2286 to your computer and use it in GitHub Desktop.
package.json boilerplate
{
"name": "{{name}}",
"version": "0.1.0",
"description": "",
"keywords": [],
"author": {
"name": "François Germain",
"email": "cahnory@gmail.com"
},
"contributors": [
{
"name": "François Germain",
"email": "cahnory@gmail.com",
"url": "http://www.cahnory.fr"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cahnory/{{name}}/blob/master/LICENSE.md"
}
],
"bugs": "https://github.com/cahnory/{{name}}/issues",
"homepage": "https://github.com/cahnory/{{name}}/",
"docs": "https://github.com/cahnory/{{name}}/",
"download": "https://github.com/cahnory/{{name}}/",
"main": "lib/inherits",
"repository": {
"type": "git",
"url": "https://github.com/cahnory/{{name}}.git"
},
"dependencies": {},
"engines": {
"node": "*"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment