Skip to content

Instantly share code, notes, and snippets.

@kaiquewdev
Created July 25, 2013 18:06
Show Gist options
  • Select an option

  • Save kaiquewdev/6082254 to your computer and use it in GitHub Desktop.

Select an option

Save kaiquewdev/6082254 to your computer and use it in GitHub Desktop.
Package.json sample.
{
"name": "",
"version": "",
"private": false,
"preferGlobal": true,
"author": "Kaique da Silva <kaique.developer@gmail.com>",
"description": "",
"contributors": [],
"bin": {},
"scripts": {
"start": "",
"test": ""
},
"main": "",
"repository": "",
"keywords": [],
"dependencies": {},
"devDependencies": {},
"bundleDependencies": [],
"license": "BSD",
"engines": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment