Skip to content

Instantly share code, notes, and snippets.

@craigspaeth
Created November 30, 2012 19:52
Show Gist options
  • Save craigspaeth/4178124 to your computer and use it in GitHub Desktop.
Save craigspaeth/4178124 to your computer and use it in GitHub Desktop.
{
"name": "juliacolavita.com",
"subdomain": "juliacolavita",
"domains": [
"juliacolavita.com",
"www.juliacolavita.com"
],
"version": "0.0.1-23",
"private": true,
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"dependencies": {
"jade": "*",
"stylus": "*",
"coffee-script": "*",
"nap": "*",
"underscore": "*",
"connect": "*"
},
"scripts": {
"start": "coffee app.coffee"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment