Files
moviedb/package.json
Dan Zajdband ce73499bc6 publish 0.0.1
2012-06-21 10:56:46 -03:00

16 lines
396 B
JSON

{
"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"
}
, "devDependencies" : {
"mocha" : "1.0.x"
}
}