themoviedatabase
Version:
an the movie db api wrapper using promisses
28 lines (27 loc) • 646 B
JSON
{
"name": "themoviedatabase",
"version": "1.1.1",
"description": "an the movie db api wrapper using promisses",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leon-4A6C/themoviedb.git"
},
"keywords": [
"tmdb",
"themoviedb",
"themoviedatabase"
],
"author": "leon in 't Veld",
"license": "MIT",
"bugs": {
"url": "https://github.com/leon-4A6C/themoviedb/issues"
},
"homepage": "https://github.com/leon-4A6C/themoviedb#readme",
"dependencies": {
"easy-api-wrapper": "^1.0.0"
}
}