UNPKG

tmdb-js-wrapper

Version:

A JavaScript wrapper package for The Movie Database API.

39 lines (38 loc) 806 B
{ "name": "tmdb-js-wrapper", "version": "v1.0.6", "description": "A JavaScript wrapper package for The Movie Database API.", "main": "./src/tmdb-js/tmdb-js.js", "scripts": { "test": "mocha test/test.js --timeout 30000" }, "repository": { "type": "git", "url": "git+https://github.com/david98hall/tmdb-js.git" }, "keywords": [ "The", "Movie", "Database", "TMDB", "tmdb", "movie", "tv", "media", "database", "wrapper" ], "author": "David Hall", "license": "MIT", "bugs": { "url": "https://github.com/david98hall/tmdb-js/issues" }, "homepage": "https://github.com/david98hall/tmdb-js#readme", "dependencies": { "mocha": "^10.2.0", "xmlhttprequest": "^1.8.0" }, "devDependencies": { "open": "^7.0.4" } }