Skip to content

Instantly share code, notes, and snippets.

@rob-bar
Last active January 4, 2016 02:38
Show Gist options
  • Save rob-bar/8556004 to your computer and use it in GitHub Desktop.
Save rob-bar/8556004 to your computer and use it in GitHub Desktop.
Basic Package.json
{
"author": "Robbie Bardijn",
"name": "lololodash",
"version": "0.0.1",
"private": true,
"description": "nodeschool lessons",
"scripts": {
"start": "nodemon app.coffee"
},
"devDependencies": {
"matchdep": "*",
"nodemon": "*",
"lodash": "*"
},
"engines": {
"node": ">=0.8.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment