UNPKG

olxupdate

Version:

Running this will update an exported course.tar.gz file with the an olx-structured folder that contains new chapters

32 lines (31 loc) 793 B
{ "name": "olxupdate", "version": "1.0.1", "description": "Running this will update an exported course.tar.gz file with the an olx-structured folder that contains new chapters", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/TakLee96/olxupdate.git" }, "keywords": [ "update", "tar.gz", "olx" ], "author": "JiaHang Li <jiahang_li@outlook.com> (http://jiahangli.com)", "license": "MIT", "bugs": { "url": "https://github.com/TakLee96/olxupdate/issues" }, "bin": { "olxupdate": "index.js" }, "homepage": "https://github.com/TakLee96/olxupdate#readme", "dependencies": { "tar.gz": "^1.0.0", "xml2js": "^0.4.10" } }