{
  "name": "yaml-builder",
  "version": "1.0.1",
  "description": "Concatenate serveral swagger yaml spec into a single file",
  "main": "lib/index.js",
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/worldline/yaml-builder.git"
  },
  "keywords": [
    "yaml",
    "swagger",
    "swaggerize",
    "build",
    "concatenate",
    "node"
  ],
  "author": "Jerome Dassonville",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/worldline/yaml-builder/issues"
  },
  "homepage": "https://github.com/worldline/yaml-builder#readme",
  "dependencies": {
    "async": "^1.4.2",
    "commander": "^2.8.1",
    "js-yaml": "^3.4.2",
    "json-refs": "^1.1.1",
    "lodash": "^3.10.1",
    "walk": "^2.3.9"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-istanbul": "^0.10.1",
    "gulp-jshint": "^1.11.2",
    "gulp-mocha": "^2.1.3",
    "jshint-stylish": "^2.0.1",
    "should": "^7.1.0"
  },
  "engines": {
    "node": ">=0.10.0"
  }
}
