Files
moviedb/package.json
Dan Zajdband b77ca4c231 Release 0.1.6
2014-07-08 18:13:13 -03:00

16 lines
397 B
JSON

{
"name" : "moviedb"
, "description" : "Library for interacting with themoviedb.com API"
, "version" : "0.1.6"
, "keywords" : ["themoviedb","api"]
, "directories" : { "lib" : "./lib" }
, "main" : "index.js"
, "author" : "Dan Zajdband <dan.zajdband@gmail.com>"
, "dependencies" : {
"superagent": "^0.18.0"
}
, "devDependencies" : {
"mocha" : "1.0.x"
}
}