Files
moviedb/package.json
Dan Zajdband 37989a75d5 v0.0.2
2012-08-14 11:43:48 -03:00

16 lines
396 B
JSON

{
"name" : "moviedb"
, "description" : "Library for interacting with themoviedb.com API"
, "version" : "0.0.2"
, "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"
}
}