{
  "name": "python-hello-world",
  "version": "1.0.0",
  "language": "python",
  "source": "import pprint\nprint \"Hello, this is a Python script.\"\nprint \"Hook['params'] is populated with request parameters\"\npprint.pprint(Hook['params'])",
  "main": "index.py",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "microcule ."
  },
  "dependencies": {
    "microcule": "*"
  },
  "author": "examples",
  "license": "MIT"
}