redoc/cli/package.json

29 lines
659 B
JSON
Raw Normal View History

{
"name": "redoc-cli",
2018-03-23 09:26:53 +03:00
"version": "0.3.6",
"description": "ReDoc's Command Line Interface",
"main": "index.js",
2018-03-20 13:39:49 +03:00
"bin": "index.js",
"repository": "https://github.com/Rebilly/ReDoc",
"author": "Roman Hotsiy <gotsijroman@gmail.com>",
"license": "MIT",
"dependencies": {
2018-03-20 12:00:45 +03:00
"handlebars": "^4.0.11",
2018-03-18 18:28:45 +03:00
"isarray": "^2.0.4",
"react": "^16.3.0-alpha.2",
"react-dom": "^16.3.0-alpha.2",
2018-03-23 09:26:53 +03:00
"redoc": "^2.0.0-alpha.18",
2018-03-20 13:49:25 +03:00
"yargs": "^11.0.0"
},
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": {
2018-03-20 12:29:38 +03:00
"@types/handlebars": "^4.0.36",
2018-03-18 15:55:04 +03:00
"ci-publish": "^1.3.1"
}
}