UNPKG

memanki-cli

Version:

CLI inplementation of MEMANKI: convert memrise lessons to anki decks given a memrise lesson ID

31 lines (30 loc) 642 B
{ "name": "memanki-cli", "version": "1.0.3", "description": "CLI inplementation of MEMANKI: convert memrise lessons to anki decks given a memrise lesson ID", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "memanki", "anki", "memrise", "srs", "supermemo", "learning" ], "dependencies" : { "memanki" : "1.0.3", "minimist" : "1.2.0" }, "bin" : { "memanki" : "index.js" }, "repository" : { "type" : "git", "url" : "https://github.com/breizoreol/memanki-cli.git" }, "author": "breizoreol", "license": "MIT" }