Skip to content

Commit

Permalink
New dshaw.com site.
Browse files Browse the repository at this point in the history
  • Loading branch information
dshaw committed Jun 10, 2012
0 parents commit b50ad4d
Show file tree
Hide file tree
Showing 21 changed files with 4,100 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
@@ -0,0 +1,8 @@
*.swp
.DS_Store
.idea
nohup.out
npm-debug.log
logs
node_modules
pids
17 changes: 17 additions & 0 deletions package.json
@@ -0,0 +1,17 @@
{
"name": "dshaw.com",
"version": "3.0.0",
"description": "Main dshaw site.",
"author": "Daniel D. Shaw <dshaw@dshaw.com> (http://dshaw.com)",
"keywords": [
"dshaw",
"dshaw.com"
],
"main": "index",
"dependencies": {
"express": "~2.5.9"
},
"engines": {
"node": ">= 0.6.0"
}
}

0 comments on commit b50ad4d

Please sign in to comment.