vocabcli
Version:
Simple CLI app for learning anything
31 lines (30 loc) • 571 B
JSON
{
"name": "vocabcli",
"version": "1.1.1",
"description": "Simple CLI app for learning anything",
"main": "vocabcli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:jyork03/vocabcli.git"
},
"bin": {
"vocab": "vocabcli.js"
},
"keywords": [
"vocab",
"cli",
"flashcards",
"term",
"definition",
"vocabulary"
],
"author": "Josh York",
"license": "ISC",
"dependencies": {
"commander": "^2.9.0",
"prompt": "^1.0.0"
}
}