publish 0.0.1

This commit is contained in:
Dan Zajdband
2012-06-21 10:56:46 -03:00
parent 6704f819a0
commit ce73499bc6
4 changed files with 10 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
{
"name" : "moviedb"
, "description" : "Library for interacting with themoviedb.com API"
, "version" : "0.0.1"
, "keywords" : ["themoviedb","api"]
, "directories" : { "lib" : "./lib" }
, "main" : "index.js"
, "author" : "Dan Zajdband <dan.zajdband@gmail.com>"
, "dependencies" : {
"superagent" : "0.4.x"
}