{
  "name": "swagger-snippet",
  "version": "0.6.1",
  "description": "Generates code snippets for given Swagger / Open API Specification files",
  "repository": {
    "type": "git",
    "url": "https://github.com/ErikWittern/swagger-snippet"
  },
  "keywords": [
    "HTTP",
    "code snippets",
    "Swagger",
    "OpenAPI Specification"
  ],
  "author": "Erik Wittern",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "test": "node test/test.js | tap-spec",
    "build": "browserify -g uglifyify ./index.js > ./dist/swaggersnippet.min.js"
  },
  "dependencies": {
    "httpsnippet": "^1.16.7",
    "openapi-sampler": "^1.0.0-beta.14"
  },
  "devDependencies": {
    "browserify": "^16.2.3",
    "tap-spec": "^5.0.0",
    "tape": "^4.10.1",
    "uglifyify": "^5.0.2"
  }
}
