redoc/cli/package.json

27 lines
564 B
JSON
Raw Normal View History

{
"name": "redoc-cli",
"version": "0.0.1",
"description": "ReDoc's Command Line Interface",
"main": "index.js",
"bin": {
"redoc": "index.js"
},
"repository": "https://github.com/Rebilly/ReDoc",
"author": "Roman Hotsiy <gotsijroman@gmail.com>",
"license": "MIT",
"dependencies": {
"react": "^16.3.0-alpha.2",
"react-dom": "^16.3.0-alpha.2",
"redoc": "^2.0.0-alpha.15"
},
2018-03-18 15:17:51 +03:00
"scripts": {
"ci-publish": "ci-publish"
},
"publishConfig": {
"access": "public"
2018-03-18 15:55:04 +03:00
},
"devDependencies": {
"ci-publish": "^1.3.1"
}
}