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