offliberty
Version:
simple interface to the offliberty.com download service.
46 lines (45 loc) • 977 B
JSON
{
"name": "offliberty",
"version": "1.0.2",
"description": "simple interface to the offliberty.com download service.",
"main": "./lib/index.js",
"bin": {
"off": "./bin/off"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/off.js"
},
"repository": {
"type": "git",
"url": "https://github.com/radubogdan/offliberty-node"
},
"keywords": [
"offliberty",
"download",
"youtube",
"soundcloud"
],
"author": "Radu-Bogdan Croitoru <croitoruradubogdan@gmail.com>",
"contributors": [
{
"name": "Radu-Bogdan Croitoru",
"email": "croitoruradubogdan@gmail.com"
},
{
"name": "Ionică Bizău",
"email": "bizauionica@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/radubogdan/offliberty-node/issues"
},
"homepage": "https://github.com/radubogdan/offliberty-node",
"dependencies": {
"request": "*",
"cheerio": "*"
}
}