initial commit

This commit is contained in:
Dan Zajdband
2012-05-16 20:32:25 -03:00
commit a951072182
8 changed files with 268 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name" : "moviedb"
, "version" : "0.0.1"
, "dependencies" : {
"superagent" : "0.4.x"
}
, "devDependencies" : {
"mocha" : "1.0.x"
}
}