Skip to content

Instantly share code, notes, and snippets.

@gorork
Created December 20, 2014 02:36
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 gorork/6f14b59830193eba18cc to your computer and use it in GitHub Desktop.
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": "abc@nadikun.com",
"url": "http://nadikun.com/"
},
"dependencies": {},
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment