Skip to content

Commit

Permalink
Adding gitignore & package.json; initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven White committed Apr 25, 2013
0 parents commit b976c4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
node_modules
.DS_Store
8 changes: 8 additions & 0 deletions package.json
@@ -0,0 +1,8 @@
{
"name": "rover",
"version": "0.0.1",
"private": true,
"dependencies": {
"async": "~0.2.7"
}
}

0 comments on commit b976c4f

Please sign in to comment.