Skip to content

Instantly share code, notes, and snippets.

@josimard
Created October 29, 2015 15:35
Show Gist options
  • Save josimard/ee36df21406dce4b7744 to your computer and use it in GitHub Desktop.
Save josimard/ee36df21406dce4b7744 to your computer and use it in GitHub Desktop.
The most basic private package.json template for NPM
{
"name": "PROJECT_NAME",
"version": "0.0.1",
"description": "PROJECT_DESCRIPTOIN",
"author": "your@email.com",
"private": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment