omdb
Version:
A module to access OMDb API.
32 lines (31 loc) • 635 B
JSON
{
"name": "omdb",
"version": "0.8.0",
"author": "Mister Hat <misterhat144@gmail.com>",
"description": "A module to access OMDb API.",
"keywords": [
"omdb",
"imdb",
"movies"
],
"repository": {
"type": "git",
"url": "https://github.com/misterhat/omdb.git"
},
"license": "MIT",
"main": "index.js",
"dependencies": {
"durable-json-lint": "0.0.2",
"needle": "^1.0.0"
},
"devDependencies": {
"tap": "^6.2.0"
},
"bugs": {
"url": "https://github.com/misterhat/omdb/issues"
},
"homepage": "https://github.com/misterhat/omdb",
"scripts": {
"test": "node test.js"
}
}