{
    "name": "angular-swagger-ui",
    "version": "0.6.5",
    "license": "MIT",
    "description": "AngularJS implementation of OpenAPI (aka Swagger) UI",
    "homepage": "https://github.com/Orange-OpenSource/angular-swagger-ui",
    "keywords": [
        "angular",
        "bootstrap",
        "swagger",
        "swagger-ui",
        "openapi",
        "api",
        "rest",
        "documentation"
    ],
    "author": {
        "name": "Mathieu Alès"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/Orange-OpenSource/angular-swagger-ui"
    },
    "dependencies": {
        "angular": ">=1.5.0 <2",
        "angular-sanitize": ">=1.5.0 <2"
    },
    "devDependencies": {
        "angular-ui-bootstrap": "~2.4",
        "bootstrap": "3.3.7",
        "glob": "7.0.5",
        "grunt": "0.4.5",
        "grunt-concurrent": "2.3.1",
        "grunt-connect-proxy": "^0.2.0",
        "grunt-contrib-clean": "1.0.0",
        "grunt-contrib-concat": "1.0.1",
        "grunt-contrib-connect": "0.11.2",
        "grunt-contrib-copy": "0.8.2",
        "grunt-contrib-jshint": "0.11.3",
        "grunt-contrib-less": "1.3.0",
        "grunt-contrib-uglify": "0.11.1",
        "grunt-contrib-watch": "0.6.1",
        "grunt-html2js": "0.5.1",
        "grunt-newer": "1.2.0",
        "grunt-ng-annotate": "1.0.1",
        "grunt-string-replace": "1.3.1",
        "request": "2.73.0",
        "js-yaml": "3.13.1",
        "jshint-stylish": "2.2.0",
        "load-grunt-tasks": "3.5.0",
        "marked": "0.7.0",
        "matchdep": "1.0.1",
        "serve-static": "1.11.1",
        "time-grunt": "1.4.0"
    },
    "engines": {
        "node": ">=6"
    },
    "main": "dist/scripts/swagger-ui.min.js"
}