github.com/qubitproducts/logspray@v0.2.14/server/swagger-ui/package.json (about)

     1  {
     2    "name": "swagger-ui",
     3    "author": "Tony Tam <fehguy@gmail.com>",
     4    "contributors": [
     5      {
     6        "name": "Mohsen Azimi",
     7        "email": "me@azimi.me"
     8      }
     9    ],
    10    "description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
    11    "version": "2.2.8",
    12    "homepage": "http://swagger.io",
    13    "license": "Apache-2.0",
    14    "main": "dist/swagger-ui.js",
    15    "scripts": {
    16      "build": "npm run handlebars && gulp",
    17      "handlebars": "handlebars ./src/main/template -f ./src/main/template/templates.js && gulp handlebars",
    18      "serve": "gulp serve",
    19      "prejshint": "gulp",
    20      "jshint": "jshint .",
    21      "pretest": "npm run jshint",
    22      "test": "mocha"
    23    },
    24    "repository": {
    25      "type": "git",
    26      "url": "https://github.com/swagger-api/swagger-ui.git"
    27    },
    28    "readmeFilename": "README.md",
    29    "devDependencies": {
    30      "chai": "^2.1.0",
    31      "cors": "^2.5.3",
    32      "docco": "^0.7.0",
    33      "es5-shim": "^4.5.9",
    34      "event-stream": "^3.2.2",
    35      "express": "^4.12.0",
    36      "gulp": "^3.8.11",
    37      "gulp-clean": "^0.3.1",
    38      "gulp-concat": "^2.5.2",
    39      "gulp-connect": "^2.2.0",
    40      "gulp-cssnano": "^2.1.2",
    41      "gulp-declare": "^0.3.0",
    42      "gulp-header": "^1.2.2",
    43      "gulp-jshint": "^1.10.0",
    44      "gulp-less": "^3.0.1",
    45      "gulp-order": "^1.1.1",
    46      "gulp-rename": "^1.2.0",
    47      "gulp-sourcemaps": "^2.2.0",
    48      "gulp-uglify": "^1.1.0",
    49      "gulp-watch": "^4.1.1",
    50      "gulp-wrap": "^0.11.0",
    51      "handlebars": "^4.0.5",
    52      "http-server": "^0.8.0",
    53      "jshint-stylish": "^1.0.1",
    54      "karma": "0.13.19",
    55      "karma-chai": "0.1.0",
    56      "karma-chrome-launcher": "0.2.2",
    57      "karma-mocha": "0.2.1",
    58      "karma-phantomjs-launcher": "0.2.3",
    59      "karma-sinon-chai": "1.1.0",
    60      "less": "^2.4.0",
    61      "mocha": "^2.1.0",
    62      "phantomjs": "1.9.19",
    63      "run-sequence": "^1.2.2",
    64      "selenium-webdriver": "^2.45.0",
    65      "sinon-chai": "2.8.0",
    66      "swagger-client": "2.1.25"
    67    }
    68  }