filmaffinity-search
Version:
An awesome module that retrieves filmaffinity data trought his id or title fragment
30 lines (29 loc) • 759 B
JSON
{
"name": "filmaffinity-search",
"version": "1.0.2",
"description": "An awesome module that retrieves filmaffinity data trought his id or title fragment",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amanda-hg/filmaffinity-search.git"
},
"keywords": [
"filmaffinity",
"film",
"pelicula"
],
"author": "amanda-hg",
"license": "ISC",
"bugs": {
"url": "https://github.com/amanda-hg/filmaffinity-search/issues"
},
"homepage": "https://github.com/amanda-hg/filmaffinity-search#readme",
"dependencies": {
"request": "^2.88.0",
"request-promise": "^4.2.2"
}
}