Last active
September 5, 2017 09:39
-
-
Save leovarmak/a56fc7c97b55e3c89e54c688d7f73ca4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "libert", | |
"version": "1.0.0", | |
"description": "Get eBooks for free, easily", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"start": "node index.js" | |
}, | |
"author": "Samarth Jajoo", | |
"license": "ISC", | |
"dependencies": { | |
"chalk": "^1.1.3", | |
"cloudconvert": "^1.1.2", | |
"download": "^6.2.3", | |
"ebook-convert": "^2.0.1", | |
"goo.gl": "^0.1.4", | |
"google-books-search": "^0.3.1", | |
"libgen": "^1.0.0", | |
"opn": "^5.1.0", | |
"progress": "^2.0.0", | |
"prompt": "^1.0.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment