swagger-tools
Version:
Various tools for using and integrating with Swagger.
86 lines (85 loc) • 2.06 kB
JSON
{
"name": "swagger-tools",
"version": "0.9.8",
"description": "Various tools for using and integrating with Swagger.",
"main": "index.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js"
},
"author": {
"name": "Jeremy Whitlock",
"email": "jwhitlock@apache.org",
"url": "https://github.com/whitlockjc"
},
"bugs": {
"url": "https://github.com/apigee-127/swagger-tools/issues"
},
"homepage": "https://github.com/apigee-127/swagger-tools",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/apigee-127/swagger-tools.git"
},
"keywords": [
"api",
"connect",
"middleware",
"swagger"
],
"bin": {
"swagger-tools": "./bin/swagger-tools"
},
"files": [
"bin",
"index.js",
"LICENSE",
"lib",
"middleware",
"schemas"
],
"devDependencies": {
"browserify": "^10.2.4",
"connect": "^3.4.0",
"del": "^1.2.0",
"exposify": "^0.4.3",
"gulp": "^3.9.0",
"gulp-if": "^1.2.5",
"gulp-istanbul": "^0.10.0",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.1.3",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.3",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.4",
"karma-phantomjs-launcher": "^0.2.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"run-sequence": "^1.1.1",
"supertest": "^1.0.1",
"vinyl-browserify": "0.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"async": "^1.3.0",
"body-parser": "^1.13.2",
"commander": "^2.8.1",
"debug": "^2.2.0",
"js-yaml": "^3.3.1",
"json-refs": "^0.3.2",
"lodash-compat": "^3.10.0",
"multer": "^0.1.8",
"parseurl": "^1.3.0",
"path-to-regexp": "^1.2.0",
"qs": "^4.0.0",
"serve-static": "^1.10.0",
"spark-md5": "^1.0.0",
"string": "^3.3.0",
"superagent": "^1.2.0",
"swagger-converter": "^0.1.7",
"traverse": "^0.6.6",
"z-schema": "^3.12.3"
}
}