mirror of
https://github.com/KevinMidboe/moviedb.git
synced 2025-10-29 09:40:24 +00:00
18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"name": "moviedb",
|
|
"description": "Library for interacting with themoviedb.com API",
|
|
"version": "0.2.0",
|
|
"keywords": [
|
|
"themoviedb",
|
|
"api"
|
|
],
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"main": "index.js",
|
|
"author": "Dan Zajdband <dan.zajdband@gmail.com>",
|
|
"dependencies": {
|
|
"superagent": "0.21.0"
|
|
}
|
|
}
|