clams-omdb
Version:
A module to access OMDb API.
32 lines (31 loc) • 623 B
JSON
{
"name": "clams-omdb",
"version": "0.2.7",
"author": "anault",
"description": "A module to access OMDb API.",
"keywords": [
"omdb",
"imdb",
"movies",
"tvshows"
],
"repository": {
"type": "git",
"url": "https://github.com/LesClams/omdb.git"
},
"license": "MIT",
"main": "index.js",
"dependencies": {
"needle": "^0.7.10"
},
"devDependencies": {
"tap": "^0.4.13"
},
"bugs": {
"url": "https://github.com/LesClams/omdb/issues"
},
"homepage": "https://github.com/LesClams/omdb",
"scripts": {
"test": "node test.js"
}
}