UNPKG

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