mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-10-29 17:50:25 +00:00
16 lines
397 B
JSON
16 lines
397 B
JSON
{
|
|
"name" : "moviedb"
|
|
, "description" : "Library for interacting with themoviedb.com API"
|
|
, "version" : "0.1.4"
|
|
, "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"
|
|
}
|
|
}
|