Skip to content

Instantly share code, notes, and snippets.

@MuhammedMahdy
Created August 29, 2016 06:02
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 MuhammedMahdy/5a6240a732be6003778f630a5a51a22e to your computer and use it in GitHub Desktop.
Save MuhammedMahdy/5a6240a732be6003778f630a5a51a22e to your computer and use it in GitHub Desktop.
json: npm package example
{
"name": "tutsplus-jquery-plugins",
"version": "1.0.0",
"description": "Project for jQuery Plugins Course",
"scripts": {
"dev": "lite-server"
},
"author": "",
"license": "ISC",
"devDependencies": {
"lite-server": "2.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment