{
  "name": "toscafy",
  "version": "1.16.2",
  "description": "Generate TOSCA CSARs from csarspec.json files",
  "main": "index.js",
  "scripts": {
    "test": "sh test/smoketest-cli.sh",
    "start": "node bin/server"
  },
  "bin": {
    "toscafy": "bin/toscafy"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toscafy/toscafy.git"
  },
  "keywords": [
    "tosca",
    "csar"
  ],
  "author": "Johannes Wettinger <mail@jojow.de>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/toscafy/toscafy/issues"
  },
  "homepage": "https://github.com/toscafy/toscafy#readme",
  "dependencies": {
    "archiver": "^1.0.1",
    "async": "^2.0.1",
    "body-parser": "^1.15.2",
    "data2xml": "^1.2.5",
    "decompress": "^4.0.0",
    "express": "^4.14.0",
    "fs-extra": "^0.30.0",
    "get-stdin": "^5.0.1",
    "get-stream": "^2.3.0",
    "glob": "^7.0.5",
    "got": "^6.3.0",
    "ignore": "^3.1.5",
    "lodash": "^4.15.0",
    "multer": "^1.2.0",
    "ora": "^0.3.0",
    "shortid": "^2.2.6",
    "swagger-ui": "^2.2.0",
    "yargs": "^4.8.1"
  }
}
