{
  "name": "c4d",
  "version": "0.1.5",
  "description": "Commandline Interface for MAXON CINEMA 4D",
  "main": "src/index.js",
  "bin": {
    "c4d": "./bin/c4d-cli.js"
  },
  "dependencies": {
    "commander": "2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/WrongEntertainment/node-c4d.git"
  },
  "keywords": [
    "maxon",
    "cinema4d",
    "c4d"
  ],
  "author": {
    "name": "Paul Vollmer",
    "email": "paul.vollmer@fh-potsdam.de",
    "url": "https://github.com/WrongEntertainment/"
  },
  "license": [
    {
      "type" : "MIT",
      "url" : "http://wrong-entertainment.mit-license.org/"
    }
  ],
  "bugs": {
    "url": "https://github.com/WrongEntertainment/node-c4d/issues"
  }
}
