Skip to content

Instantly share code, notes, and snippets.

@lpaulger
Created April 18, 2016 08:55
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 lpaulger/682646773d0da267f58275c49c11adc5 to your computer and use it in GitHub Desktop.
Save lpaulger/682646773d0da267f58275c49c11adc5 to your computer and use it in GitHub Desktop.
example pacakge.json with module reference
{
"name": "MyCompany",
"description": "example package.json",
"version": "0.0.1",
"scripts": {
"start": "grunt watch",
"build": "grunt build",
"test": "grunt test",
"analysis": "grunt analysis"
},
"dependencies": {
"MyModule": "~0.0.1"
},
"devDependencies": {
"grunt": "latest",
"...": "..."
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment