Skip to content

Instantly share code, notes, and snippets.

@thegonch
Last active October 28, 2017 02:05
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 thegonch/bcca98977b7fabb9c83811a57aa0e098 to your computer and use it in GitHub Desktop.
Save thegonch/bcca98977b7fabb9c83811a57aa0e098 to your computer and use it in GitHub Desktop.
Yarn package.json sample 1
{
"name": "my-app",
"version": "0.0.1",
"private": true,
"dependencies": {
"express": "~3.4.7",
"json-lint": "~0.1.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"load-grunt-tasks": "~0.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment