movie-info
Version:
Get information, images, rating, description, etc. about a movie.
67 lines (66 loc) • 1.28 kB
JSON
{
"name": "movie-info",
"version": "3.0.3",
"description": "Get information, images, rating, description, etc. about a movie.",
"license": "MIT",
"repository": "lacymorrow/movie-info",
"main": "index.js",
"browser": "index.js",
"author": {
"name": "Lacy Morrow",
"email": "me@lacymorrow.com",
"url": "http://lacymorrow.com"
},
"funding": [
{
"type": "patreon",
"url": "https://patreon.com/lacymorrow"
},
{
"type": "individual",
"url": "http://lacymorrow.com/donate"
},
"https://www.buymeacoffee.com/lm"
],
"bin": {
"movie-info": "cli.js"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"release": "np",
"test": "ava --verbose"
},
"homepage": "https://github.com/lacymorrow/movie-info#readme",
"bugs": "https://github.com/lacymorrow/movie-info/issues",
"files": [
"cli.js",
"index.js"
],
"keywords": [
"movie",
"movies",
"info",
"metadata",
"poster",
"rating",
"imdb",
"tmdb",
"themoviedb",
"image",
"cli",
"bin"
],
"devDependencies": {
"ava": "^8.0.0",
"eslint": "^10.4.0",
"np": "^11.2.1"
},
"dependencies": {
"isomorphic-fetch": "^3.0.0"
},
"xo": {
"esnext": true
}
}