Last active
August 29, 2015 14:07
-
-
Save cahnory/8dda49b1bc119dcb2286 to your computer and use it in GitHub Desktop.
package.json boilerplate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "{{name}}", | |
"version": "0.1.0", | |
"description": "", | |
"keywords": [], | |
"author": { | |
"name": "François Germain", | |
"email": "[email protected]" | |
}, | |
"contributors": [ | |
{ | |
"name": "François Germain", | |
"email": "[email protected]", | |
"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