UNPKG

movie-search-cli

Version:

Searches movies from the omdpapi and stores them to a file by ranksing

38 lines (37 loc) 815 B
{ "name": "movie-search-cli", "version": "0.1.0", "description": "Searches movies from the omdpapi and stores them to a file by ranksing", "dependencies": { "async": "*", "yargs": "*", "request": "*", "fs-extra": "*", "ya-csv": "*", "q": "*" }, "devDependencies": { "mocha": "*", "chai": "*" }, "scripts": { "test": "mocha test" }, "main": "index.js", "directories": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/rtezera1/Movie-Search-CLI.git" }, "keywords": [ "movie-search" ], "author": "Robel Tezera <robeltadesse01@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/rtezera1/Movie-Search-CLI/issues" }, "homepage": "https://github.com/rtezera1/Movie-Search-CLI" }