UNPKG

396 BJSONView Raw
1{
2 "name" : "moviedb"
3 , "description" : "Library for interacting with themoviedb.com API"
4 , "version" : "0.1.3"
5 , "keywords" : ["themoviedb","api"]
6 , "directories" : { "lib" : "./lib" }
7 , "main" : "index.js"
8 , "author" : "Dan Zajdband <dan.zajdband@gmail.com>"
9 , "dependencies" : {
10 "superagent" : "0.9.7"
11 }
12 , "devDependencies" : {
13 "mocha" : "1.0.x"
14 }
15}