Skip to content

Instantly share code, notes, and snippets.

@LoyEgor
Created June 22, 2017 15:53
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 LoyEgor/56ce577a8cc92991698dde6f2b5da81e to your computer and use it in GitHub Desktop.
Save LoyEgor/56ce577a8cc92991698dde6f2b5da81e to your computer and use it in GitHub Desktop.
basic package.json
{
"name": "new project",
"version": "0.0.0",
"description": "new project",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Loy Egor <loyegor@gmail.com> (http://loyegor.com/)",
"license": "ISC",
"devDependencies": {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment