UNPKG

raml-to-swagger

Version:

Script for converting RAML format into Swagger 2.0

32 lines (31 loc) 718 B
{ "name": "raml-to-swagger", "version": "1.1.0", "description": "Script for converting RAML format into Swagger 2.0", "main": "src/index.js", "repository": { "type": "git", "url": "git://github.com/APIs-guru/raml-to-swagger.git" }, "keywords": [ "API", "REST", "Swagger", "RAML" ], "author": "Ivan Goncharov <ivan.goncharov.ua@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/APIs-guru/raml-to-swagger/issues" }, "bin": { "raml2swagger": "./bin/raml2swagger" }, "dependencies": { "http-status-codes": "^1.0.5", "json-schema-compatibility": "^1.1.0", "jsonpath": "^0.2.5", "lodash": "^4.1.0", "urijs": "^1.17.0" } }