{ "name": "redoc-cli", "version": "0.2.1", "description": "ReDoc's Command Line Interface", "main": "index.js", "bin": { "redoc": "index.js" }, "repository": "https://github.com/Rebilly/ReDoc", "author": "Roman Hotsiy ", "license": "MIT", "dependencies": { "handlebars": "^4.0.11", "isarray": "^2.0.4", "react": "^16.3.0-alpha.2", "react-dom": "^16.3.0-alpha.2", "redoc": "^2.0.0-alpha.15" }, "scripts": { "ci-publish": "ci-publish" }, "publishConfig": { "access": "public" }, "devDependencies": { "ci-publish": "^1.3.1" } }