Skip to content

Instantly share code, notes, and snippets.

@gorork
Created December 20, 2014 02:36
Show Gist options
  • Select an option

  • Save gorork/6f14b59830193eba18cc to your computer and use it in GitHub Desktop.

Select an option

Save gorork/6f14b59830193eba18cc to your computer and use it in GitHub Desktop.
Basic package.json
{
"name": "App Name",
"version": "0.0.1",
"homepage": "http://myapp.com",
"repository": {
"type": "git",
"url": "https://github.com/app"
},
"author": {
"name": "Nadi",
"email": "[email protected]",
"url": "http://nadikun.com/"
},
"dependencies": {},
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment