UNPKG

yifysubs

Version:
34 lines (33 loc) 678 B
{ "name": "yifysubs", "version": "0.1.0", "description": "Node.js yify subtitles API", "main": "yify.js", "keywords": [ "yify", "subtitles", "yifysubs", "movie" ], "author": "gtuk", "repository": { "type": "git", "url": "git://github.com/gtuk/yifysubs.git" }, "homepage": "https://github.com/gtuk/yifysubs.git", "license": "ISC", "dependencies": { "request": "~2.67.0", "underscore": "~1.8.3" }, "bugs": { "url": "https://github.com/gtuk/yifysubs/issues" }, "directories": { "example": "examples" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }