google-book-shell
Version:
Search books on Google Books
35 lines (34 loc) • 720 B
JSON
{
"name": "google-book-shell",
"version": "0.1.13",
"main": "shell.js",
"bin": {
"gbs": "./src/shell.js"
},
"repository": {
"type": "git",
"url": "git://github.com/dance2die/google-book-shell.git"
},
"scripts": {
"start": "node ./src/shell.js"
},
"dependencies": {
"axios": "^0.17.1",
"chalk": "^2.3.0",
"debug": "^3.1.0",
"inquirer-question": "^1.2.1",
"opn": "^5.1.0",
"ora": "^1.3.0",
"vorpal": "^1.12.0"
},
"devDependencies": {},
"keywords": [
"books",
"shell",
"google books",
"book"
],
"author": "dance2die (Sung Kim)",
"license": "MIT",
"description": "Search books on Google Books"
}