Skip to content

Instantly share code, notes, and snippets.

@taterbase
Created May 13, 2012 16:06
Show Gist options
  • Save taterbase/2689067 to your computer and use it in GitHub Desktop.
Save taterbase/2689067 to your computer and use it in GitHub Desktop.
Package.json showing scripts ability
{
"name": "app-name",
"author": {
"name": "George Shank"
},
"version": "0.1.1-3",
"dependencies": {
"express": "2.5.9",
"jade": ">= 0.0.1"
},
"scripts": {
"start": "node app.js",
"prestart": "coffee -c public/js/*.coffee"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment