opensubtitles-js
Version:
An Opensubtitles API wrapper for Node.js
32 lines (31 loc) • 634 B
JSON
{
"name": "opensubtitles-js",
"version": "1.0.2",
"description": "An Opensubtitles API wrapper for Node.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/alxhotel/opensubtitles-js.git"
},
"dependencies": {
"q": "^1.4.1",
"lodash": "^4.2.1",
"xmlrpc": "^1.3.1"
},
"keywords": [
"opensubtitles.org",
"opensubtitles",
"org",
"api",
"wrapper"
],
"bugs": {
"url": "https://github.com/alxhotel/opensubtitles-js/issues"
},
"author": "Alxhotel <alxmorais8@msn.com>",
"contributors": [{
"name": "vankasteelj",
"email": "vankasteelj@gmail.com"
}],
"license": "GPL-3.0"
}