{
  "name": "python-send-http-request",
  "version": "1.0.0",
  "description": "send http requests using python and requests package",
  "language": "python",
  "main": "index.py",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "microcule ."
  },
  "dependencies": {
    "microcule": "*"
  },
  "author": "examples",
  "license": "MIT"
}