Package

A template for package.json files. It's like npm init on steroids.

View on github Tweet This

The code


{
  "name": "",
  "version": "0.0.1",
  "homepage": "",
  "description": "",
  "keywords": [
    "",
    "",
    ""
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:user/repo.git"
  },
  "bugs": {
    "url": "https://github.com/user/repo/issues",
    "email": "user@domain.com"
  },
  "author": {
    "name": "",
    "email": "",
    "url": ""
  },
  "contributors": [
    { "name": "", "email": "" },
    { "name": "", "email": "" }
  ],
  "license": "MIT"
}