UNPKG

reflib-cli

Version:
37 lines (36 loc) 840 B
{ "name": "reflib-cli", "version": "1.2.19", "description": "Command line interface for Reflib", "main": "app.js", "bin": { "reflib": "./app.js" }, "repository": { "type": "git", "url": "git+https://github.com/hash-bang/Reflib-CLI.git" }, "keywords": [ "cli", "reflib" ], "author": "Matt Carter <m@ttcarter.com>", "license": "MIT", "bugs": { "url": "https://github.com/hash-bang/Reflib-CLI/issues" }, "homepage": "https://github.com/hash-bang/Reflib-CLI#readme", "dependencies": { "async-chainable": "^2.6.1", "async-chainable-flush": "^1.0.0", "chalk": "^2.4.2", "commander": "^4.0.0", "filesize": "^6.0.0", "hanson": "^1.2.0", "lodash": "^4.17.15", "progress": "^2.0.3", "reflib": "^1.7.5", "sra-dedupe": "^1.1.0", "yapb": "^1.0.6" } }